Skip to content

Commit 7750dbb

Browse files
committed
Issue # 420: Decrease per-test pytest timeout to 100
1 parent acd49e4 commit 7750dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
cmake "${{github.workspace}}/skupper-router" \
168168
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
169169
"-DCMAKE_BUILD_TYPE=${BuildType}" \
170-
"-DPYTHON_TEST_COMMAND='-m;pytest;-vs;--timeout=400;--junit-prefix=pytest.\${py_test_module};--junit-xml=junitxmls/\${py_test_module}.xml;--pyargs;\${py_test_module}'" \
170+
"-DPYTHON_TEST_COMMAND='-m;pytest;-vs;--timeout=100;--junit-prefix=pytest.\${py_test_module};--junit-xml=junitxmls/\${py_test_module}.xml;--pyargs;\${py_test_module}'" \
171171
"-GNinja" \
172172
${RouterCMakeExtraArgs}
173173
@@ -594,7 +594,7 @@ jobs:
594594
cmake "${{github.workspace}}/skupper-router" \
595595
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
596596
"-DCMAKE_BUILD_TYPE=${BuildType}" \
597-
"-DPYTHON_TEST_COMMAND='${CoverageOpts};-m;pytest;-vs;--timeout=400;--junit-prefix=pytest.\${py_test_module};--junit-xml=junitxmls/\${py_test_module}.xml;--pyargs;\${py_test_module}'" \
597+
"-DPYTHON_TEST_COMMAND='${CoverageOpts};-m;pytest;-vs;--timeout=100;--junit-prefix=pytest.\${py_test_module};--junit-xml=junitxmls/\${py_test_module}.xml;--pyargs;\${py_test_module}'" \
598598
${RouterCMakeExtraArgs} -DQD_ENABLE_ASSERTIONS=${RouterCMakeAsserts} -DSANITIZE_PYTHON=${RouterCMakeSanitizePython:-ON}
599599
600600
- name: skupper-router cmake build/install

0 commit comments

Comments
 (0)