github: increase flakes timeout
This relies on nixUnstable which might not be cached, resulting in failed builds because it takes too long.
This commit is contained in:
parent
a97f690dcc
commit
6bd5208e7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
nix-shell -A uninstaller.check
|
||||
install-flake:
|
||||
runs-on: macos-10.15
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue