We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad62cd commit 7729ad5Copy full SHA for 7729ad5
1 file changed
.github/workflows/phpunit-tests-turso.yml
@@ -592,7 +592,7 @@ jobs:
592
# level — its tests are assertion-heavy snapshot comparisons of
593
# the MySQL → SQLite translation, which don't need a working DB.
594
skip_regex='^(?!WP_SQLite_Driver_Translation_Tests).+'
595
- timeout --kill-after=10 180 \
+ timeout --kill-after=10 600 \
596
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
597
--debug \
598
--filter "$skip_regex" \
0 commit comments