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 @@ -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
You can’t perform that action at this time.
0 commit comments