Skip to content

Commit 0e0604b

Browse files
committed
Issue # 420 - Decrease per-test pytest timeout to 100
1 parent 1e5ddda commit 0e0604b

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
@@ -157,7 +157,7 @@ jobs:
157157
cmake "${{github.workspace}}/skupper-router" \
158158
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
159159
"-DCMAKE_BUILD_TYPE=${BuildType}" \
160-
"-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}'" \
160+
"-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}'" \
161161
"-GNinja" \
162162
${RouterCMakeExtraArgs}
163163
@@ -467,7 +467,7 @@ jobs:
467467
cmake "${{github.workspace}}/skupper-router" \
468468
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
469469
"-DCMAKE_BUILD_TYPE=${BuildType}" \
470-
"-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}'" \
470+
"-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}'" \
471471
${RouterCMakeExtraArgs} -DQD_ENABLE_ASSERTIONS=${RouterCMakeAsserts}
472472
473473
- name: skupper-router cmake build/install

0 commit comments

Comments
 (0)