Skip to content

Commit bf2ae06

Browse files
committed
Bump PHPUnit timeout 180s → 600s (Turso main exercises more paths)
1 parent 0497aff commit bf2ae06

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
@@ -586,7 +586,7 @@ jobs:
586586
# any <error> or <failure>, the step fails.
587587
run: |
588588
set +e
589-
timeout --kill-after=10 180 \
589+
timeout --kill-after=10 600 \
590590
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
591591
--log-junit /tmp/phpunit-turso.xml
592592
ec=$?

0 commit comments

Comments
 (0)