Skip to content

Commit

Permalink
Increase e2e poll timeout to 10min
Browse files Browse the repository at this point in the history
Set e2e poll timeout to 10 min to avoid flakes like

```
    tektonconfigs.go:122: TektonConfigCR "config" failed to get to the READY status: tektonconfig config is not in desired state, got: <nil>: timed out waiting for the condition
```

Signed-off-by: Nikhil Thomas <nikthoma@redhat.com>
  • Loading branch information
nikhil-thomas authored and tekton-robot committed Jun 2, 2022
1 parent 4a65f03 commit 5404a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import "time"

var (
Interval = 10 * time.Second
Timeout = 5 * time.Minute
Timeout = 10 * time.Minute
)

0 comments on commit 5404a42

Please sign in to comment.