We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a2e62 commit 4fff3b9Copy full SHA for 4fff3b9
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