diff options
Diffstat (limited to 'tests/gc-concurrent2.builder.sh')
-rw-r--r-- | tests/gc-concurrent2.builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc-concurrent2.builder.sh b/tests/gc-concurrent2.builder.sh index f7b6094e8b44..4bfb33103e73 100644 --- a/tests/gc-concurrent2.builder.sh +++ b/tests/gc-concurrent2.builder.sh @@ -4,4 +4,4 @@ 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 3 \ No newline at end of file +sleep 6 |