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