test: Update wait statement for postgresql_extensible (#11447)
This commit is contained in:
parent
ffb59a3f85
commit
2f6701013b
|
|
@ -23,7 +23,7 @@ func queryRunner(t *testing.T, q query) *testutil.Accumulator {
|
||||||
"POSTGRES_HOST_AUTH_METHOD": "trust",
|
"POSTGRES_HOST_AUTH_METHOD": "trust",
|
||||||
},
|
},
|
||||||
WaitingFor: wait.ForAll(
|
WaitingFor: wait.ForAll(
|
||||||
wait.ForLog("database system is ready to accept connections"),
|
wait.ForLog("database system is ready to accept connections").WithOccurrence(2),
|
||||||
wait.ForListeningPort(nat.Port(servicePort)),
|
wait.ForListeningPort(nat.Port(servicePort)),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue