Skip to content

Commit b445b28

Browse files
committed
chore: bring back 3 test retries
1 parent 061cd1a commit b445b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/objc-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ main() {
156156

157157
# Build and run tests.
158158
RESULT=-1
159-
MAX_RETRY=1
159+
MAX_RETRY=3
160160
for ((i=1; i<=MAX_RETRY; i++))
161161
do
162162
echo "Attempt #$i of running tests..."

0 commit comments

Comments
 (0)