We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0b824 commit 305e0b3Copy full SHA for 305e0b3
.circleci/test.sh
@@ -66,7 +66,7 @@ case $1 in
66
set_tz
67
68
SHARDS=($(node $ROOT/tasks/shard_jasmine_tests.js --tag=flaky | circleci tests split))
69
- MAX_AUTO_RETRY=5
+ MAX_AUTO_RETRY=4
70
for s in ${SHARDS[@]}; do
71
retry npm run test-jasmine -- "$s" --tags=flaky --skip-tags=noCI --showSkipped
72
done
0 commit comments