Skip to content

Commit

Permalink
Increase timeout for large tests to reduce chance of accidential failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-gerneth committed Jan 5, 2021
1 parent 43ffc37 commit 497a9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Expand Up @@ -13,6 +13,7 @@
enforceTimeLimit="true"
failOnWarning="true"
failOnRisky="true"
timeoutForLargeTests="180"
>
<testsuite name="Prooph EventStore Test Suite">
<directory>./tests</directory>
Expand Down

0 comments on commit 497a9ad

Please sign in to comment.