From 1aadf1e96ccf1d7aa966cdac66dfb39bd3f22b10 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 16 Jun 2025 13:29:47 -0400 Subject: [PATCH] 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 ...? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef6d9072e..a0d6d9f98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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