Skip to content

Commit

Permalink
chore(e2e): increase test timeout (#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera authored Nov 6, 2024
1 parent 234dd87 commit 9cf3635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zetae2e/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
)

var (
TestTimeout = 15 * time.Minute
TestTimeout = 20 * time.Minute
)

var noError = testutil.NoError
Expand Down

0 comments on commit 9cf3635

Please sign in to comment.