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 @@ -164,7 +164,7 @@ jobs:
164
164
cmake "${{github.workspace}}/skupper-router" \
165
165
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
166
166
"-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}'" \
168
168
"-GNinja" \
169
169
${RouterCMakeExtraArgs}
170
170
@@ -496,7 +496,7 @@ jobs:
496
496
cmake "${{github.workspace}}/skupper-router" \
497
497
"-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
498
498
"-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}'" \
500
500
${RouterCMakeExtraArgs} -DQD_ENABLE_ASSERTIONS=${RouterCMakeAsserts} -DSANITIZE_PYTHON=${RouterCMakeSanitizePython:-ON}
501
501
502
502
- name : skupper-router cmake build/install
You can’t perform that action at this time.
0 commit comments