[stable-2.9] Increase unit test timeout to account for long image download times (#61717)

(cherry picked from commit c9e7a2122d)

Co-authored-by: Sam Doran <sdoran@redhat.com>
pull/61737/head
Sam Doran 5 years ago committed by Toshio Kuratomi
parent 53db5020b6
commit 23ea477734

@ -11,7 +11,7 @@ group="${args[2]}"
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60
else
timeout=6
timeout=11
fi
group1=()

Loading…
Cancel
Save