give longer to start

This commit is contained in:
Bryan Stitt 2023-10-13 20:15:01 -07:00
parent e414fc0ac0
commit 47fd88c1c6

View File

@ -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!");
}