Skip to content

Commit

Permalink
test: Update wait statement for postgresql_extensible (influxdata#11447)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Jul 5, 2022
1 parent ffb59a3 commit 2f67010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func queryRunner(t *testing.T, q query) *testutil.Accumulator {
"POSTGRES_HOST_AUTH_METHOD": "trust",
},
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)),
),
}
Expand Down

0 comments on commit 2f67010

Please sign in to comment.