Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 3822b80

Browse files
committed
scripts/tests.e2e.sh: increase request timeout for slow CI worker
Signed-off-by: Gyuho Lee <[email protected]>
1 parent 95ea0f4 commit 3822b80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tests.e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ fi
106106
echo "running e2e tests against the local cluster with shutdown flag '${_SHUTDOWN_FLAG}'"
107107
./tests/e2e/e2e.test \
108108
--ginkgo.v \
109+
--request-timeout 1m \
109110
--cluster-info-path /tmp/avalanchego-v${VERSION}/output.yaml \
110111
${_SHUTDOWN_FLAG}
111112

0 commit comments

Comments
 (0)