Skip to content

Commit 7729ad5

Browse files
committed
Increase timeout to 600s (MySQL test-suite lexer test is slow)
1 parent 9ad62cd commit 7729ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit-tests-turso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ jobs:
592592
# level — its tests are assertion-heavy snapshot comparisons of
593593
# the MySQL → SQLite translation, which don't need a working DB.
594594
skip_regex='^(?!WP_SQLite_Driver_Translation_Tests).+'
595-
timeout --kill-after=10 180 \
595+
timeout --kill-after=10 600 \
596596
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
597597
--debug \
598598
--filter "$skip_regex" \

0 commit comments

Comments
 (0)