From 3ca5e18b1f0bb05697ccca7c98ced1176166024a Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 29 Jul 2021 11:49:05 +0200 Subject: tests (retry-downloads): Avoid delay in second test This delay of 4+2+1=7 seconds in unnecessary. --- test/integration/test-bug-869859-retry-downloads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test-bug-869859-retry-downloads b/test/integration/test-bug-869859-retry-downloads index 12ca40c77..4e169b3b9 100755 --- a/test/integration/test-bug-869859-retry-downloads +++ b/test/integration/test-bug-869859-retry-downloads @@ -53,7 +53,7 @@ testfailure test -f testpkg_1_all.deb msgmsg 'Success in the third try' webserverconfig 'aptwebserver::failrequest::pool/testpkg_1_all.deb' '2' -testsuccess apt download testpkg -o acquire::retries=3 +testsuccess apt download testpkg -o acquire::retries=3 -o acquire::retries::delay=false testsuccess test -f testpkg_1_all.deb rm -f testpkg_1_all.deb -- cgit v1.2.3-70-g09d2