Skip to content

Commit e7343d9

Browse files
committed
fix: Increase test timeout to 60 minutes in Makefile
1 parent 74581d1 commit e7343d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ KIND_NAME ?= apisix-ingress-cluster
1313
GATEAY_API_VERSION ?= v1.2.0
1414

1515
DASHBOARD_VERSION ?= dev
16-
TEST_TIMEOUT ?= 45m
16+
TEST_TIMEOUT ?= 60m
1717

1818
# CRD Reference Documentation
1919
CRD_REF_DOCS_VERSION ?= v0.1.0

0 commit comments

Comments
 (0)