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