mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-27 13:46:32 +00:00
test: double sleep time after mysql start up to hopefully stave off "connection aborted" errors in CI
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user