diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-02 16:38:38 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-02 16:38:38 +0200 |
commit | ec5d7cb8e26ab30138e9cd6cbb148bfd12c3f1f2 (patch) | |
tree | 6ba079e2c0dae79c0df026ade6de306356477343 /tests/gc-concurrent2.builder.sh | |
parent | 38ccf2e24168ab5c0d2a7cf6b5bdec1b0784ebcd (diff) | |
parent | 11ba4ec795cf52769e1c6403437cc51d6408b6e4 (diff) |
Merge branch 'parallel-tests' of https://github.com/tweag/nix
Diffstat (limited to 'tests/gc-concurrent2.builder.sh')
-rw-r--r-- | tests/gc-concurrent2.builder.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gc-concurrent2.builder.sh b/tests/gc-concurrent2.builder.sh index 4bfb33103..4f6c58b96 100644 --- a/tests/gc-concurrent2.builder.sh +++ b/tests/gc-concurrent2.builder.sh @@ -3,5 +3,3 @@ echo $(cat $input1/foo)$(cat $input2/bar)xyzzy > $out/foobar # Check that the GC hasn't deleted the lock on our output. test -e "$out.lock" - -sleep 6 |