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

give mariadb a little bit more time to start

parent 3373eab4
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ test-store-mariadb:
AURA_TANK_TEST_DB_TYPE: "mysql"
AURA_TANK_TEST_DB_HOST: "mariadb"
script:
- bash -c "sleep 10"
- 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