Skip to content

Commit 75021d9

Browse files
committed
fix: Increase timeout for JVM phase of release workflow
1 parent a7b4e38 commit 75021d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
release-jvm:
1818
name: Release JVM
1919
runs-on: ubuntu-latest
20-
timeout-minutes: 10
20+
timeout-minutes: 60
2121
env:
2222
JAVA_OPTS: "-Xmx4G"
2323
SBT_OPTS: "-Dsbt.ci=true"

0 commit comments

Comments
 (0)