Skip to content

Commit

Permalink
tests (retry-downloads): Avoid delay in second test
Browse files Browse the repository at this point in the history
This delay of 4+2+1=7 seconds in unnecessary.
  • Loading branch information
julian-klode committed Jul 29, 2021
1 parent 70ee966 commit 3ca5e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test-bug-869859-retry-downloads
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3ca5e18

Please sign in to comment.