Skip to content

Commit 9e1e165

Browse files
Increase timeout for Unity build workflow to 25 minutes
1 parent 7bb949f commit 9e1e165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unity-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
permissions:
2323
contents: read
24-
timeout-minutes: 15
24+
timeout-minutes: 25
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)