This commit is contained in:
Louis Lam
2026-06-04 00:00:51 +08:00
parent 10e087d1db
commit 23e53e4964
+1 -1
View File
@@ -70,7 +70,7 @@ describe("Database Migration", () => {
MYSQL_USER: "kuma",
MYSQL_PASSWORD: "kuma",
})
.withCommand(["--innodb-strict-mode=1", "--innodb-default-row-format=compact"])
// .withCommand(["--innodb-strict-mode=1", "--innodb-default-row-format=compact"])
.withExposedPorts(3306)
.withWaitStrategy(Wait.forLogMessage("ready for connections", 2))
.withStartupTimeout(120000)