mirror of https://github.com/docker/compose.git
Test DB Startup timeout 60s => 90s
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
5b54816a1a
commit
a4f10c171e
|
@ -796,7 +796,7 @@ func TestRunEnvVars(t *testing.T) {
|
|||
}
|
||||
return poll.Continue("waiting for DB container to be up")
|
||||
}
|
||||
poll.WaitOn(t, check, poll.WithDelay(5*time.Second), poll.WithTimeout(60*time.Second))
|
||||
poll.WaitOn(t, check, poll.WithDelay(5*time.Second), poll.WithTimeout(90*time.Second))
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue