1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-26 05:31:10 +00:00

more timeout

This commit is contained in:
Felix Ableitner 2024-02-09 16:04:55 +01:00
parent f720a4aa00
commit f97415d839

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