summary refs log tree commit diff
path: root/nixos/tests/munin.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-05 15:50:55 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-05 15:50:55 +0200
commit59edfd61ad839752dddb628813b6c74589649592 (patch)
tree60068ecccedd302af09982f4b1d4f4e85955605b /nixos/tests/munin.nix
parentda4fb089591e4f63c5f96255733c3034def95a36 (diff)
downloadnixlib-59edfd61ad839752dddb628813b6c74589649592.tar
nixlib-59edfd61ad839752dddb628813b6c74589649592.tar.gz
nixlib-59edfd61ad839752dddb628813b6c74589649592.tar.bz2
nixlib-59edfd61ad839752dddb628813b6c74589649592.tar.lz
nixlib-59edfd61ad839752dddb628813b6c74589649592.tar.xz
nixlib-59edfd61ad839752dddb628813b6c74589649592.tar.zst
nixlib-59edfd61ad839752dddb628813b6c74589649592.zip
Increase systemd timeout on Jenkins and Munin tests
These were timing out a lot.

http://hydra.nixos.org/build/13991108
http://hydra.nixos.org/build/13991107
Diffstat (limited to 'nixos/tests/munin.nix')
-rw-r--r--nixos/tests/munin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/munin.nix b/nixos/tests/munin.nix
index 31676c10df1b..ddbac590143f 100644
--- a/nixos/tests/munin.nix
+++ b/nixos/tests/munin.nix
@@ -19,6 +19,7 @@ import ./make-test.nix {
            };
           };
         };
+      systemd.services.munin-node.unitConfig.TimeoutSec = 240;
     };
 
   testScript = ''