Skip to content

Commit 57cd1b0

Browse files
authored
fix(workflow): increase timeout for build-and-test job (#160)
1 parent f7de784 commit 57cd1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/menlo-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
build-and-test:
5757
runs-on: ${{ matrix.runs-on }}
5858
needs: [create-draft-release]
59-
timeout-minutes: 90
59+
timeout-minutes: 100
6060
strategy:
6161
fail-fast: false
6262
matrix:

0 commit comments

Comments
 (0)