mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
* Make this test a bit more robust. It's still timing dependent
though.
This commit is contained in:
parent
3a87163b24
commit
7aedcf9460
3 changed files with 14 additions and 10 deletions
|
@ -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" [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue