File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments