Increase unit test timeout to account for long image download times (#61717)
This commit is contained in:
parent
9c1dc0ea7f
commit
c9e7a2122d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ group="${args[2]}"
|
|||
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
||||
timeout=60
|
||||
else
|
||||
timeout=6
|
||||
timeout=11
|
||||
fi
|
||||
|
||||
group1=()
|
||||
|
|
Loading…
Reference in a new issue