File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -962,21 +962,18 @@ jobs:
962962 name: Build runner
963963 command: |
964964 cd system-tests
965- export TEST_LIBRARY=java
966965 ./build.sh -i runner
967966
968967 - run:
969968 name: Run
970969 command: |
971970 set -e
972971 cd system-tests
973- export TEST_LIBRARY=java
974- export PYTEST_XDIST_AUTO_NUM_WORKERS=6
975972 set +e
976973 RUN_ATTEMPTS=1
977974 while [ $RUN_ATTEMPTS -le 3 ]; do
978975 echo "Running parametric test attempt $RUN_ATTEMPTS"
979- timeout 12m ./run.sh PARAMETRIC --log-cli-level=DEBUG --durations=30 -vv
976+ timeout 20m ./run.sh PARAMETRIC -L java --log-cli-level=DEBUG --durations=30 -vv
980977 status=$?
981978 #timneout returns 124 if it times out
982979 #if the return code is not 124, then we exit with the status
You can’t perform that action at this time.
0 commit comments