Skip to content

Commit 233e9b9

Browse files
authored
Merge pull request #244 from stackbuilders/increase-timeout-build
Increate timeout for build
2 parents dea0bec + 44b5b13 commit 233e9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ghc902
2121
fail-fast: true
2222
runs-on: ${{ matrix.os }}
23-
timeout-minutes: 15
23+
timeout-minutes: 30
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: DeterminateSystems/nix-installer-action@v12

0 commit comments

Comments
 (0)