Skip to content

Commit 01190b8

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ba155ca + 4fff3b9 commit 01190b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-aar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
# Fixed 6 attempts with 10-second intervals
8686
ATTEMPTS=6
87-
RETRY_INTERVAL=10
87+
RETRY_INTERVAL=30
8888
8989
for ((ATTEMPT=1; ATTEMPT<=ATTEMPTS; ATTEMPT++)); do
9090
echo "Making API call $ATTEMPT of $ATTEMPTS"
@@ -121,4 +121,4 @@ jobs:
121121
VERSION=${{ github.event.release.tag_name }}
122122
echo "Monitor build progress at:"
123123
echo "https://jitpack.io/#${{ github.repository }}/$VERSION"
124-
echo "Note: Building may take 3-5 minutes"
124+
echo "Note: Building may take 3-5 minutes"

0 commit comments

Comments
 (0)