Skip to content

Commit 57e2adf

Browse files
authored
Increase mutation testing timeout
1 parent 47fcb45 commit 57e2adf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ jobs:
240240
run: |
241241
php build-infection/bin/infection-config.php \
242242
--source-directory='build/PHPStan/Build' \
243+
--timeout=500 \
243244
> infection.json5
244245
cat infection.json5 | jq
245246

0 commit comments

Comments
 (0)