We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba155ca + 4fff3b9 commit 01190b8Copy full SHA for 01190b8
1 file changed
.github/workflows/android-aar.yml
@@ -84,7 +84,7 @@ jobs:
84
85
# Fixed 6 attempts with 10-second intervals
86
ATTEMPTS=6
87
- RETRY_INTERVAL=10
+ RETRY_INTERVAL=30
88
89
for ((ATTEMPT=1; ATTEMPT<=ATTEMPTS; ATTEMPT++)); do
90
echo "Making API call $ATTEMPT of $ATTEMPTS"
@@ -121,4 +121,4 @@ jobs:
121
VERSION=${{ github.event.release.tag_name }}
122
echo "Monitor build progress at:"
123
echo "https://jitpack.io/#${{ github.repository }}/$VERSION"
124
- echo "Note: Building may take 3-5 minutes"
+ echo "Note: Building may take 3-5 minutes"
0 commit comments