Skip to content

Commit d58296b

Browse files
Merge pull request #1305 from square/sedwards/update-timeout
Change publish snapshot timeout to 45 as checks taking longer now
2 parents 9c8f14c + f604a81 commit d58296b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# macos-latest is too slow. -14 will become latest in Q2 '24
1212
runs-on: macos-14
1313
if: github.repository == 'square/workflow-kotlin'
14-
timeout-minutes: 35
14+
timeout-minutes: 45
1515

1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)