Skip to content

Commit 305e0b3

Browse files
committed
set flaky retry number to 4 - before rerun 10 times
1 parent 4b0b824 commit 305e0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ case $1 in
6666
set_tz
6767

6868
SHARDS=($(node $ROOT/tasks/shard_jasmine_tests.js --tag=flaky | circleci tests split))
69-
MAX_AUTO_RETRY=5
69+
MAX_AUTO_RETRY=4
7070
for s in ${SHARDS[@]}; do
7171
retry npm run test-jasmine -- "$s" --tags=flaky --skip-tags=noCI --showSkipped
7272
done

0 commit comments

Comments
 (0)