Explorar o código

test: bump up timeout for e2e tests

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee %!s(int64=6) %!d(string=hai) anos
pai
achega
c7c09c61d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test

+ 1 - 1
test

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