Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
ci(travis): Increase retries count for code coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
k911 committed Apr 6, 2019
1 parent b086620 commit 853f0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-feature-tests-code-coverage.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

EXIT_CODE=0
MAX_TRIES=3
MAX_TRIES=5

TEST_NO=0
for f in ./tests/Feature/*.php; do
Expand Down

0 comments on commit 853f0a7

Please sign in to comment.