Skip to content

Commit fa7fbf6

Browse files
committed
Update e2e-tests.yml
1 parent 83ba747 commit fa7fbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394
../../bin/phpstan analyze test.php --level=0
395395
- script: |
396396
cd e2e/bug13425
397-
../bashunit -a exit_code "1" ../../bin/phpstan analyze src/ plugins/
397+
timeout 15 ../bashunit -a exit_code "1" ../../bin/phpstan analyze src/ plugins/
398398
399399
steps:
400400
- name: "Checkout"

0 commit comments

Comments
 (0)