From 22cbc13f15d32ebdafeedeac8a28477d1d58d116 Mon Sep 17 00:00:00 2001 From: rahulpinto19 Date: Thu, 29 Jan 2026 05:36:04 +0000 Subject: [PATCH] test --- tests/postgres/postgres_integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/postgres/postgres_integration_test.go b/tests/postgres/postgres_integration_test.go index bf3abc49be..427694b587 100644 --- a/tests/postgres/postgres_integration_test.go +++ b/tests/postgres/postgres_integration_test.go @@ -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)