test: double sleep time after mysql start up to hopefully stave off "connection aborted" errors in CI

This commit is contained in:
Ryan Leckey 2020-07-03 05:15:13 -07:00
parent 83380eedbb
commit 0bd556e0ee

View file

@ -171,7 +171,7 @@ jobs:
--features mysql,all-types
- run: docker-compose -f tests/docker-compose.yml run -d -p 3306:3306 mysql_${{ matrix.mysql }}
- run: sleep 30
- run: sleep 60
- uses: actions-rs/cargo@v1
with: