We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457c92a commit fa46878Copy full SHA for fa46878
.circleci/config.continue.yml.j2
@@ -962,21 +962,18 @@ jobs:
962
name: Build runner
963
command: |
964
cd system-tests
965
- export TEST_LIBRARY=java
966
./build.sh -i runner
967
968
- run:
969
name: Run
970
971
set -e
972
973
974
- export PYTEST_XDIST_AUTO_NUM_WORKERS=6
975
set +e
976
RUN_ATTEMPTS=1
977
while [ $RUN_ATTEMPTS -le 3 ]; do
978
echo "Running parametric test attempt $RUN_ATTEMPTS"
979
- timeout 12m ./run.sh PARAMETRIC --log-cli-level=DEBUG --durations=30 -vv
+ timeout 20m ./run.sh PARAMETRIC -L java
980
status=$?
981
#timneout returns 124 if it times out
982
#if the return code is not 124, then we exit with the status
0 commit comments