Skip to content

Commit

Permalink
fixup! add test to makefile, gingko v1 version
Browse files Browse the repository at this point in the history
increase timeouts, 10s may not be enough in rare cases
  • Loading branch information
jiridanek committed Oct 24, 2024
1 parent d0a8cec commit 2414c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/odh-notebook-controller/upgrade/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ var (
)

const (
timeout = time.Second * 10
interval = time.Second * 2
timeout = 20 * time.Second
interval = 3 * time.Second
)

func TestUpgrade(t *testing.T) {
Expand Down

0 comments on commit 2414c97

Please sign in to comment.