Skip to content

Commit

Permalink
DONOTMERGE Decrease default test context timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava committed Nov 12, 2023
1 parent da7610c commit b60c97c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/fixture/e2e/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const (
// A long default timeout used to timeout failed operations but
// unlikely to induce flaking due to unexpected resource
// contention.
DefaultTimeout = 2 * time.Minute
// TODO(marun) Make this configurable and have different values for local vs CI
DefaultTimeout = 15 * time.Second

// Interval appropriate for network operations that should be
// retried periodically but not too often.
Expand Down

0 comments on commit b60c97c

Please sign in to comment.