Compare commits

...

2 Commits

Author SHA1 Message Date
rahulpinto19
22cbc13f15 test 2026-01-29 05:36:04 +00:00
rahulpinto19
520b517bfb test 2026-01-29 05:35:31 +00:00

View File

@@ -132,6 +132,8 @@ 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)