Skip to content

Commit

Permalink
tullia: increase nix max-silent-time to 1800 (from 900)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Jan 12, 2023
1 parent 1791c0c commit a5a0fde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/tullia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ in rec {
# `kvm` for NixOS tests
# `benchmark` for benchmarks
extra-system-features = kvm benchmark
# bigger timeouts (900 by default on cicero) needed for some derivations (especially on darwin)
max-silent-time = 1800
'';

memory = 1024 * 32;
Expand Down

0 comments on commit a5a0fde

Please sign in to comment.