more timeout

This commit is contained in:
Felix Ableitner 2024-02-09 16:04:55 +01:00
parent f720a4aa00
commit f97415d839
1 changed files with 1 additions and 1 deletions

View File

@ -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(),