diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-14T09·26+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-14T09·26+0000 |
commit | c03b729319997b4e38c3f586d7c76352228b22e7 (patch) | |
tree | 90b7d1288117975295b7d6f990c5f9e6698775a5 /tests/gc-concurrent2.builder.sh | |
parent | 5664b6d7ba28453ccdd6d1c07a707f98608500ff (diff) |
* Increase the sleep periods a bit to make the test less likely to
fail on slow machines. Of course it would be better if this test wasn't timing dependent...
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 |