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 @@ -167,7 +167,7 @@ jobs:
167167 cmake "${{github.workspace}}/skupper-router" \
168168 "-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
169169 "-DCMAKE_BUILD_TYPE=${BuildType}" \
170- "-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}'" \
170+ "-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}'" \
171171 "-GNinja" \
172172 ${RouterCMakeExtraArgs}
173173
@@ -594,7 +594,7 @@ jobs:
594594 cmake "${{github.workspace}}/skupper-router" \
595595 "-DCMAKE_INSTALL_PREFIX=${InstallPrefix}" \
596596 "-DCMAKE_BUILD_TYPE=${BuildType}" \
597- "-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}'" \
597+ "-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}'" \
598598 ${RouterCMakeExtraArgs} -DQD_ENABLE_ASSERTIONS=${RouterCMakeAsserts} -DSANITIZE_PYTHON=${RouterCMakeSanitizePython:-ON}
599599
600600 - name : skupper-router cmake build/install
You can’t perform that action at this time.
0 commit comments