From c03b729319997b4e38c3f586d7c76352228b22e7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 14 Aug 2008 09:26:30 +0000 Subject: * 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... --- tests/gc-concurrent.builder.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/gc-concurrent.builder.sh') diff --git a/tests/gc-concurrent.builder.sh b/tests/gc-concurrent.builder.sh index 6b2177ddff2e..0cd67df3aeda 100644 --- a/tests/gc-concurrent.builder.sh +++ b/tests/gc-concurrent.builder.sh @@ -1,8 +1,11 @@ mkdir $out echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar -sleep 5 -mkdir $out || true +sleep 10 + +# $out should not have been GC'ed while we were sleeping, but just in +# case... +mkdir -p $out # Check that the GC hasn't deleted the lock on our output. test -e "$out.lock" -- cgit 1.4.1