This commit is contained in:
rahulpinto19
2026-01-29 05:36:04 +00:00
parent 520b517bfb
commit 22cbc13f15

View File

@@ -133,6 +133,7 @@ func TestPostgres(t *testing.T) {
defer cleanup()
waitCtx, cancel := context.WithTimeout(ctx, 10*time.Second)
defer cancel()
out, err := testutils.WaitForString(waitCtx, regexp.MustCompile(`Server ready to serve`), cmd.Out)