Skip to content

Commit 54aa84a

Browse files
r2k1Copilot
andauthored
test: reduce Go test timeout to 80m to stay below 90m ADO job limit (#8395)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b1738df commit 54aa84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pipelines/scripts/e2e_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ E2E_SUBSCRIPTION_ID="${E2E_SUBSCRIPTION_ID:-}"
3838
ENABLE_SECURE_TLS_BOOTSTRAPPING="${ENABLE_SECURE_TLS_BOOTSTRAPPING:-true}"
3939
TAGS_TO_SKIP="${TAGS_TO_SKIP:-}"
4040
TAGS_TO_RUN="${TAGS_TO_RUN:-}"
41-
E2E_GO_TEST_TIMEOUT="${E2E_GO_TEST_TIMEOUT:-90m}"
41+
E2E_GO_TEST_TIMEOUT="${E2E_GO_TEST_TIMEOUT:-80m}"
4242
GALLERY_NAME="${GALLERY_NAME:-}"
4343
SIG_GALLERY_NAME="${SIG_GALLERY_NAME:-}"
4444

0 commit comments

Comments
 (0)