Skip to content

Commit

Permalink
extend retries
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Sep 26, 2023
1 parent fff9ba4 commit 676702c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/setup/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import (

// Constants for retries.
const (
interval = 2 * time.Second
attempts = 60
interval = 3 * time.Second
attempts = 120
)

// clientSet is what is used to access K8s build-in resources like Pods, Namespaces and so on.
Expand Down

0 comments on commit 676702c

Please sign in to comment.