Skip to content

Commit 2853f1a

Browse files
committed
Issue # 420 - Decrease per-test pytest timeout to 100
1 parent bf60efb commit 2853f1a

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
@@ -136,7 +136,7 @@ jobs:
136136
cmake "${{github.workspace}}/skupper-router" \
137137
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
138138
"-DCMAKE_BUILD_TYPE=${BuildType}" \
139-
"-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}'" \
139+
"-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}'" \
140140
"-GNinja" \
141141
${RouterCMakeExtraArgs}
142142
@@ -431,7 +431,7 @@ jobs:
431431
cmake "${{github.workspace}}/skupper-router" \
432432
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
433433
"-DCMAKE_BUILD_TYPE=${BuildType}" \
434-
"-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}'" \
434+
"-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}'" \
435435
${RouterCMakeExtraArgs} -DQD_ENABLE_ASSERTIONS=${RouterCMakeAsserts}
436436
437437
- name: skupper-router cmake build/install

0 commit comments

Comments
 (0)