Skip to content

Commit

Permalink
Update image region and adjust wait timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Chen <[email protected]>
  • Loading branch information
ChenYi015 committed Dec 20, 2024
1 parent 9c116da commit 6d15a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arena-artifacts/ci/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
global:
imagePrefix: registry-us-west-1.ack.aliyuncs.com
imagePrefix: registry-us-east-1.ack.aliyuncs.com
2 changes: 1 addition & 1 deletion test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const (
ReleaseName = "arena-artifacts"
ReleaseNamespace = "arena-system"

WaitTimeout = 5 * time.Minute
WaitTimeout = 30 * time.Minute
)

var (
Expand Down

0 comments on commit 6d15a24

Please sign in to comment.