* Grmbl. Timing-sensitive tests are evil.

This commit is contained in:
Eelco Dolstra 2010-02-04 14:43:43 +00:00
parent f36b7e7579
commit 817f4f7908
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ clearStore
rm -f $SHARED.cur $SHARED.max
drvPath=$($nixinstantiate parallel.nix --argstr sleepTime 8)
drvPath=$($nixinstantiate parallel.nix --argstr sleepTime 15)
cmd="$nixstore -j1 -r $drvPath"