Increase unit test timeout.
This commit is contained in:
parent
ebb255f0d3
commit
42eba3ce25
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ group="${args[2]}"
|
|||
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
||||
timeout=75
|
||||
else
|
||||
timeout=15
|
||||
timeout=20
|
||||
fi
|
||||
|
||||
group1=()
|
||||
|
|
Loading…
Reference in a new issue