mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 04:29:39 +00:00
increase default timeout for mysql and mariadb, change image for testShouldReturnFirstMappedPort()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user