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
|
||||
timeout=60
|
||||
else
|
||||
timeout=11
|
||||
timeout=15
|
||||
fi
|
||||
|
||||
group1=()
|
||||
|
|
Loading…
Reference in a new issue