test: bump up timeout for e2e tests

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2019-08-14 09:52:16 -07:00
parent 4f1e65418f
commit c7c09c61d0

2
test
View File

@ -148,7 +148,7 @@ function unit_pass {
# expectation could be different
USERTIMEOUT=""
if [ -z "${TIMEOUT}" ]; then
USERTIMEOUT="3m"
USERTIMEOUT="30m"
else
USERTIMEOUT="${TIMEOUT}"
fi