mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
test: double sleep time after mysql start up to hopefully stave off "connection aborted" errors in CI
This commit is contained in:
parent
83380eedbb
commit
0bd556e0ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue