Skip to content

Commit 0bd556e

Browse files
committed
test: double sleep time after mysql start up to hopefully stave off "connection aborted" errors in CI
1 parent 83380ee commit 0bd556e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
--features mysql,all-types
172172
173173
- run: docker-compose -f tests/docker-compose.yml run -d -p 3306:3306 mysql_${{ matrix.mysql }}
174-
- run: sleep 30
174+
- run: sleep 60
175175

176176
- uses: actions-rs/cargo@v1
177177
with:

0 commit comments

Comments
 (0)