mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Increase the nixos test timeout to 10 minutes, up from 5
Most tests complete within 4m, one test -- the docker test -- takes approximately 6m45s. Ten gives us plenty of room ...?
This commit is contained in:
parent
b2905dc08e
commit
1aadf1e96c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||
- run: |
|
||||
cmd() {
|
||||
nix build -L --keep-going --timeout 300 \
|
||||
nix build -L --keep-going --timeout 600 \
|
||||
$(nix flake show --json \
|
||||
| jq -r '
|
||||
.hydraJobs.tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue