Skip to content

Commit 9797013

Browse files
authored
Increase timeout (PolusAI#295)
1 parent e97bb50 commit 9797013

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,13 @@ jobs:
218218
if: always()
219219
run: cd workflow-inference-compiler/ && pytest -k test_cwl_embedding_independence # --cov --cov-config=.coveragerc_serial
220220
# NOTE: This test MUST be run in serial! See is_isomorphic_with_timeout()
221-
timeout-minutes: 5 # backup timeout for windows
221+
timeout-minutes: 20 # backup timeout for windows
222222

223223
- name: PyTest Inline Subworkflows
224224
if: always()
225225
run: cd workflow-inference-compiler/ && pytest -k test_inline_subworkflows # --cov --cov-config=.coveragerc_serial
226226
# NOTE: This test MUST be run in serial! See is_isomorphic_with_timeout()
227-
timeout-minutes: 5 # backup timeout for windows
227+
timeout-minutes: 20 # backup timeout for windows
228228

229229
- name: PyTest Scattering Scaling
230230
if: runner.os == 'Linux'

.github/workflows/lint_and_test_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ jobs:
142142
if: always()
143143
run: cd workflow-inference-compiler/ && pytest -k test_cwl_embedding_independence # --cov --cov-config=.coveragerc_serial
144144
# NOTE: This test MUST be run in serial! See is_isomorphic_with_timeout()
145-
timeout-minutes: 5 # backup timeout for windows
145+
timeout-minutes: 20 # backup timeout for windows
146146

147147
- name: PyTest Inline Subworkflows
148148
if: always()
149149
run: cd workflow-inference-compiler/ && pytest -k test_inline_subworkflows # --cov --cov-config=.coveragerc_serial
150150
# NOTE: This test MUST be run in serial! See is_isomorphic_with_timeout()
151-
timeout-minutes: 5 # backup timeout for windows
151+
timeout-minutes: 20 # backup timeout for windows

0 commit comments

Comments
 (0)