From 7aedcf946043468c169ab9b0a131be908804789b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 23 Mar 2009 15:16:36 +0000 Subject: * Make this test a bit more robust. It's still timing dependent though. --- tests/parallel.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/parallel.nix') diff --git a/tests/parallel.nix b/tests/parallel.nix index eb5dd02c01..23f142059f 100644 --- a/tests/parallel.nix +++ b/tests/parallel.nix @@ -1,3 +1,5 @@ +{sleepTime ? 3}: + with import ./config.nix; let @@ -5,7 +7,7 @@ let mkDrv = text: inputs: mkDerivation { name = "parallel"; builder = ./parallel.builder.sh; - inherit text inputs shared; + inherit text inputs shared sleepTime; }; a = mkDrv "a" []; -- cgit 1.4.1