mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-26 05:51:08 +00:00
more timeout
This commit is contained in:
parent
f720a4aa00
commit
f97415d839
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue