commit | 54479d668b543f4383afd45e46536b7a6ae38fa1 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Sat Feb 10 13:28:52 2024 +0700 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Sat Feb 10 13:28:52 2024 +0700 |
tree | 44ebabfdd753f14ba74f5cb1453bde977051ef53 | |
parent | f06ebd2c1735c1558d2914b05d38c93da36537e8 [diff] |
fvp-linux.yaml: Increase download timeouts It seems that communication channel between Tux and Jenkins can be congested at times, and downloads of large Linux rootfs'es go pretty slow and cause timeout. So, increase this timeout, and also increase download retry timeout so such timeouts could actually help. The issue was seen with https://tuxapi.tuxsuite.com/v1/groups/tfc/projects/ci/tests/2c3slzjvL9FXtwsWnsL4B8m0HvQ Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I29cdcb9ca9fe2a6d7102a17563b0499bb45c9c1a
diff --git a/script/lava-templates/fvp-linux.yaml b/script/lava-templates/fvp-linux.yaml index 1b4ca82..597354b 100644 --- a/script/lava-templates/fvp-linux.yaml +++ b/script/lava-templates/fvp-linux.yaml
@@ -31,9 +31,9 @@ lava-test-shell: seconds: 300 http-download: - minutes: 2 + seconds: 180 download-retry: - minutes: 2 + minutes: 6 fvp-deploy: minutes: 5