Skip to content

Commit fa46878

Browse files
committed
[ci] Fix parametric tests
1 parent 457c92a commit fa46878

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.continue.yml.j2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
980977
status=$?
981978
#timneout returns 124 if it times out
982979
#if the return code is not 124, then we exit with the status

0 commit comments

Comments
 (0)