Skip to content

Commit a8270ea

Browse files
committed
increase the publish-snapshot timeout to 35 minutes
We've been intermittently hitting timeout for a few months, and it looks like adding the iOS artifacts made that flakiness permanent.
1 parent f0b8e8f commit a8270ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
publish-snapshot :
1212
runs-on : macos-latest
1313
if : github.repository == 'square/workflow-kotlin'
14-
timeout-minutes : 25
14+
timeout-minutes : 35
1515

1616
steps :
1717
- uses: actions/checkout@v3
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name : Publish Snapshots
2929
run: |
30-
./gradlew clean build --no-daemon
30+
./gradlew build --no-daemon
3131
./gradlew publish --no-parallel --no-daemon
3232
env :
3333
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}

0 commit comments

Comments
 (0)