Skip to content

Commit 1cff0c1

Browse files
committed
Added CI timeout for MySQL action
- in the event MySQL does not start, we don't want to be waiting around forever - 3 minutes is kinda arbitrary and in reality, still way too long, but it's better than infinity
1 parent da101af commit 1cff0c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ jobs:
517517

518518
- uses: daniellockyer/mysql-action@main
519519
if: matrix.env.DB == 'mysql8'
520+
timeout-minutes: 3
520521
with:
521522
authentication plugin: 'caching_sha2_password'
522523
mysql version: '8.0'
@@ -645,6 +646,7 @@ jobs:
645646

646647
- uses: daniellockyer/mysql-action@main
647648
if: matrix.env.DB == 'mysql8'
649+
timeout-minutes: 3
648650
with:
649651
authentication plugin: 'caching_sha2_password'
650652
mysql version: '8.0'

0 commit comments

Comments
 (0)