Skip to content

Commit 1831a6a

Browse files
committed
feat: increase mysql timeout on ci
1 parent a9f9450 commit 1831a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
nohup docker-entrypoint.sh mariadb 2>&1 >/dev/null &
1919
composer -q install
20-
sleep 5
20+
sleep 10
2121
chmod a+x bin/*
2222
bin/install-wp-tests.sh
2323
bin/download-test-deps.sh

0 commit comments

Comments
 (0)