mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Grmbl. Timing-sensitive tests are evil.
This commit is contained in:
parent
f36b7e7579
commit
817f4f7908
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue