summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2021-07-29 11:49:05 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2021-07-29 11:50:16 +0200
commit3ca5e18b1f0bb05697ccca7c98ced1176166024a (patch)
tree4628570893082a286fbde80a1acfa27d4a30c012
parent70ee96670bbc09e724aeeb6263ee6a3bdde8afdc (diff)
tests (retry-downloads): Avoid delay in second test
This delay of 4+2+1=7 seconds in unnecessary.
-rwxr-xr-xtest/integration/test-bug-869859-retry-downloads2
1 files changed, 1 insertions, 1 deletions
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