Skip to content
Snippets Groups Projects
Commit fd7fbe39 authored by Christian Pointner's avatar Christian Pointner
Browse files

mariadb likes to wait longer

parent b83928c8
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ test-store-mariadb:
AURA_TANK_TEST_DB_TYPE: "mysql"
AURA_TANK_TEST_DB_HOST: "mariadb"
script:
- go run contrib/waitfor-tcp.go mariadb:3306 30
- go run contrib/waitfor-tcp.go mariadb:3306 60
- go test -v -cover ./store
test-store-postgres:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment