about summary refs log tree commit diff
path: root/tests/parallel.sh
diff options
context:
space:
mode:
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 ddfb1523bc83..946e0a103b3a 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 7)
+drvPath=$($nixinstantiate parallel.nix --argstr sleepTime 8)
 
 cmd="$nixstore -j1 -r $drvPath"