mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: bump up timeout for e2e tests
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
4f1e65418f
commit
c7c09c61d0
2
test
2
test
@ -148,7 +148,7 @@ function unit_pass {
|
|||||||
# expectation could be different
|
# expectation could be different
|
||||||
USERTIMEOUT=""
|
USERTIMEOUT=""
|
||||||
if [ -z "${TIMEOUT}" ]; then
|
if [ -z "${TIMEOUT}" ]; then
|
||||||
USERTIMEOUT="3m"
|
USERTIMEOUT="30m"
|
||||||
else
|
else
|
||||||
USERTIMEOUT="${TIMEOUT}"
|
USERTIMEOUT="${TIMEOUT}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user