Skip to content

Commit 2414c97

Browse files
committed
fixup! add test to makefile, gingko v1 version
increase timeouts, 10s may not be enough in rare cases
1 parent d0a8cec commit 2414c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/odh-notebook-controller/upgrade/suite_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ var (
6969
)
7070

7171
const (
72-
timeout = time.Second * 10
73-
interval = time.Second * 2
72+
timeout = 20 * time.Second
73+
interval = 3 * time.Second
7474
)
7575

7676
func TestUpgrade(t *testing.T) {

0 commit comments

Comments
 (0)