about summary refs log tree commit diff
path: root/tests/parallel.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-02-04T14·43+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-02-04T14·43+0000
commit817f4f7908c4f4a77a9bcd05aeef1b600a115300 (patch)
tree45ba72f8aba88cbe48d079d3ceac1ebaa39c2abe /tests/parallel.sh
parentf36b7e7579a72d145ce84a654c5d95a315bb6115 (diff)
* Grmbl. Timing-sensitive tests are evil.
Diffstat (limited to 'tests/parallel.sh')
-rw-r--r--tests/parallel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parallel.sh b/tests/parallel.sh
index 946e0a103b..565c6f735a 100644
--- a/tests/parallel.sh
+++ b/tests/parallel.sh
@@ -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"