From e2db6210e2100c2d79a12cb1a6db2f394c40469a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail?= Date: Tue, 5 Nov 2024 23:26:57 +0300 Subject: [PATCH] Update store.go --- management/server/testutil/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/server/testutil/store.go b/management/server/testutil/store.go index 30f989c1f..62beda783 100644 --- a/management/server/testutil/store.go +++ b/management/server/testutil/store.go @@ -40,7 +40,7 @@ func CreateMyDB() (func(), error) { ctx := context.Background() c, err := mysql.Run(ctx, "mysql:5.7.34", testcontainers.WithWaitStrategy( wait.ForLog("database system is ready to accept connections"). - WithOccurrence(2).WithStartupTimeout(15*time.Second)), + WithOccurrence(2).WithStartupTimeout(180*time.Second)), ) if err != nil { return nil, err