ci: add test timeout

This commit is contained in:
Michael Davidsaver
2023-09-27 10:11:00 -07:00
parent e09f901e72
commit 5add4690f0
+1 -1
View File
@@ -167,7 +167,7 @@ jobs:
- name: Host info
run: python .ci/cue.py --add-path "{TOP}/bin/{EPICS_HOST_ARCH}" --add-path "{TOP}/bundle/usr/{EPICS_HOST_ARCH}/lib" exec pvxinfo -D
- name: Run main module tests
run: python -m ci_core_dumper exec python .ci/cue.py --add-path "{TOP}/bundle/usr/{EPICS_HOST_ARCH}/lib" test
run: python -m ci_core_dumper exec python .ci/cue.py -T 5M --add-path "{TOP}/bundle/usr/{EPICS_HOST_ARCH}/lib" test
- name: Collect and show test results
run: python .ci/cue.py test-results
- name: CDT Check