give longer to start
This commit is contained in:
parent
e414fc0ac0
commit
47fd88c1c6
@ -158,7 +158,7 @@ impl TestApp {
|
||||
let start = Instant::now();
|
||||
while frontend_port == 0 {
|
||||
// we have to give it some time because it might have to do migrations
|
||||
if start.elapsed() > Duration::from_secs(10) {
|
||||
if start.elapsed() > Duration::from_secs(30) {
|
||||
panic!("took too long to start!");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user