Skip to content

Commit e6e095e

Browse files
committed
Put back pytest options
1 parent fa46878 commit e6e095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.continue.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ jobs:
973973
RUN_ATTEMPTS=1
974974
while [ $RUN_ATTEMPTS -le 3 ]; do
975975
echo "Running parametric test attempt $RUN_ATTEMPTS"
976-
timeout 20m ./run.sh PARAMETRIC -L java
976+
timeout 20m ./run.sh PARAMETRIC -L java --log-cli-level=DEBUG --durations=30 -vv
977977
status=$?
978978
#timneout returns 124 if it times out
979979
#if the return code is not 124, then we exit with the status

0 commit comments

Comments
 (0)