ci: increase timeout for download roaming test (#9945)

Now that we don't tolerate any failures in the download, this test
sometimes fails because the timeout is a bit too tight.
This commit is contained in:
Thomas Eizinger
2025-07-21 14:06:37 +10:00
committed by GitHub
parent 2038a1bc22
commit 47b35d6e3c

View File

@@ -2,11 +2,11 @@
source "./scripts/tests/lib.sh"
# Download 10MB at a max rate of 1MB/s. Shouldn't take longer than 12 seconds (allows for 2s of restablishing)
# Download 10MB at a max rate of 1MB/s. Shouldn't take longer than 13 seconds (allows for 3s of restablishing)
client sh -c \
"curl \
--fail \
--max-time 12 \
--max-time 13 \
--keepalive-time 1 \
--limit-rate 1000000 \
--output download.file \