Skip to content

Commit 2ce0602

Browse files
committed
Issue # 420 - Decrease per-test pytest timeout to 100
1 parent a601847 commit 2ce0602

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
@@ -164,7 +164,7 @@ jobs:
164164
cmake "${{github.workspace}}/skupper-router" \
165165
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
166166
"-DCMAKE_BUILD_TYPE=${BuildType}" \
167-
"-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}'" \
167+
"-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}'" \
168168
"-GNinja" \
169169
${RouterCMakeExtraArgs}
170170
@@ -496,7 +496,7 @@ jobs:
496496
cmake "${{github.workspace}}/skupper-router" \
497497
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
498498
"-DCMAKE_BUILD_TYPE=${BuildType}" \
499-
"-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}'" \
499+
"-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}'" \
500500
${RouterCMakeExtraArgs} -DQD_ENABLE_ASSERTIONS=${RouterCMakeAsserts} -DSANITIZE_PYTHON=${RouterCMakeSanitizePython:-ON}
501501
502502
- name: skupper-router cmake build/install

0 commit comments

Comments
 (0)