Skip to content
Snippets Groups Projects
Commit 05131b8d authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Give it longer to complete

parent 1e179e6a
No related branches found
No related tags found
1 merge request!12Fix openssl build issues
......@@ -58,11 +58,15 @@ jobs:
- privatestorageio-nix-store-v2-
- run:
name: "Run Tests"
name: "Build System Test Driver"
command: |
export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/$(cat nixpkgs.rev).tar.gz
nix-build --max-jobs 1 nixos/system-tests.nix -A driver
# Give it a good long while. PaymentServer and its dependencies, in
# particular, can take a while to build.
no_output_timeout: "20m"
- save_cache:
name: "Cache Nix Store Paths"
key: privatestorageio-nix-store-v2-{{ checksum "nixpkgs.rev" }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment