diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2021-07-29 11:49:05 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-07-29 11:50:16 +0200 |
commit | 3ca5e18b1f0bb05697ccca7c98ced1176166024a (patch) | |
tree | 4628570893082a286fbde80a1acfa27d4a30c012 /test | |
parent | 70ee96670bbc09e724aeeb6263ee6a3bdde8afdc (diff) |
tests (retry-downloads): Avoid delay in second test
This delay of 4+2+1=7 seconds in unnecessary.
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-bug-869859-retry-downloads | 2 |
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 |