Increase unit test timeout for --coverage.
This commit is contained in:
parent
301d561420
commit
c846501829
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ IFS='/:' read -ra args <<< "$1"
|
|||
version="${args[1]}"
|
||||
|
||||
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
||||
timeout=90
|
||||
timeout=99
|
||||
else
|
||||
timeout=11
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue