Fix munin test evaluation

This commit is contained in:
Eelco Dolstra 2014-09-06 00:54:40 +02:00
parent 23d5fd2e2f
commit 0dc8d73d17

View File

@ -18,9 +18,9 @@ import ./make-test.nix {
''; '';
}; };
}; };
};
systemd.services.munin-node.unitConfig.TimeoutSec = 240; systemd.services.munin-node.unitConfig.TimeoutSec = 240;
}; };
};
testScript = '' testScript = ''
startAll; startAll;