diff --git a/api/tests/rest.rs b/api/tests/rest.rs index 398b825ec..e6e564819 100644 --- a/api/tests/rest.rs +++ b/api/tests/rest.rs @@ -111,5 +111,6 @@ fn request_with_retry(url: &str) -> Result, api::Error> { return res; } tries += 1; + thread::sleep(time::Duration::from_millis(500)); } }