Increase unit test coverage timeout.
This commit is contained in:
parent
ac8f1ad4e2
commit
bcddf2bda9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ version="${args[1]}"
|
||||||
group="${args[2]}"
|
group="${args[2]}"
|
||||||
|
|
||||||
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
||||||
timeout=60
|
timeout=75
|
||||||
else
|
else
|
||||||
timeout=15
|
timeout=15
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue