File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165
165
cmake "${{github.workspace}}/skupper-router" \
166
166
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
167
167
"-DCMAKE_BUILD_TYPE=${BuildType}" \
168
- "-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}'" \
168
+ "-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}'" \
169
169
"-GNinja" \
170
170
${RouterCMakeExtraArgs}
171
171
@@ -585,7 +585,7 @@ jobs:
585
585
cmake "${{github.workspace}}/skupper-router" \
586
586
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
587
587
"-DCMAKE_BUILD_TYPE=${BuildType}" \
588
- "-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}'" \
588
+ "-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}'" \
589
589
${RouterCMakeExtraArgs} -DQD_ENABLE_ASSERTIONS=${RouterCMakeAsserts} -DSANITIZE_PYTHON=${RouterCMakeSanitizePython:-ON}
590
590
591
591
- name : skupper-router cmake build/install
You can’t perform that action at this time.
0 commit comments