Skip to content

Commit 1a69837

Browse files
committed
reduce max auto retry from 5 to 1
1 parent bc1bce4 commit 1a69837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set +o pipefail
66

77
ROOT=$(dirname $0)/..
88
EXIT_STATE=0
9-
MAX_AUTO_RETRY=5
9+
MAX_AUTO_RETRY=1
1010

1111
log () {
1212
echo -e "\n$1"

0 commit comments

Comments
 (0)