increase default timeout for mysql and mariadb, change image for testShouldReturnFirstMappedPort()

This commit is contained in:
Sergei Shitikov
2025-02-16 13:42:33 +01:00
parent 5f31bc7535
commit 1fb7efd7bd
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class MariaDBContainer extends GenericContainer
"mariadb-admin",
"ping",
"-h", "127.0.0.1",
]));
], null, 15000));
}
public function withMariaDBUser(string $username, string $password): self