Commit 1e08996
authored
test: Sane test data download retries (#227)
### Description
The default number of retries of `multiurl.download` are very high:
https://github.com/ecmwf/multiurl/blob/develop/multiurl/http.py#L54-L55
In case of network errors, it will retry for 16 hours. Lower this to a
saner value. I believe this is one of the reasons the CI is sometimes
hanging for a long time.
I chose arbitrary new values, input welcome.
### Contributor Declaration
By opening this pull request, I affirm the following:
* All authors agree to the [Contributor License
Agreement](https://github.com/ecmwf/codex/blob/main/Legal/contributor_license_agreement.md).
* The code follows the project's coding standards.
* I have performed self-review and added comments where needed.
* I have added or updated tests to verify that my changes are effective
and functional.
* I have run all existing tests and confirmed they pass.1 parent ceecf1e commit 1e08996
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments