From d2b7b1300c7567b4c9d9b057d5077e66a9ba18b6 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 31 Aug 2015 16:13:36 +0200 Subject: do delay the test for http, too, to make it more reliable The file method was already slowed down and somehow I thought I had done the same for http, but it turns out that I didn't. Giving it the same delay as file should help in making this test slower and therefore more likely to successfully test what it is supposed to test. Git-Dch: Ignore --- test/integration/test-acquire-same-repository-multiple-times | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/integration/test-acquire-same-repository-multiple-times b/test/integration/test-acquire-same-repository-multiple-times index d3cb46c14..abdfef8f0 100755 --- a/test/integration/test-acquire-same-repository-multiple-times +++ b/test/integration/test-acquire-same-repository-multiple-times @@ -26,17 +26,18 @@ mkdir $NEWMETHODS for METH in $(find $OLDMETHODS ! -type d); do ln -s $OLDMETHODS/$(basename $METH) $NEWMETHODS done -rm $NEWMETHODS/file -cat >$NEWMETHODS/file <"${NEWMETHODS}/file" <