From: David Kalnischkies Date: Mon, 31 Aug 2015 14:13:36 +0000 (+0200) Subject: do delay the test for http, too, to make it more reliable X-Git-Tag: 1.1.exp12~16 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/d2b7b1300c7567b4c9d9b057d5077e66a9ba18b6 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 --- 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" <