diff --git a/tests/common.rs b/tests/common.rs index 6b80863..8b797d8 100644 --- a/tests/common.rs +++ b/tests/common.rs @@ -122,7 +122,7 @@ impl IbisInstance { start(config).await.unwrap(); }); // wait a moment for the backend to start - tokio::time::sleep(Duration::from_millis(2000)).await; + tokio::time::sleep(Duration::from_millis(5000)).await; let form = RegisterUserData { username: username.to_string(), password: "hunter2".to_string(),