Skip to content

Commit 6283dd9

Browse files
committed
Increase timeout of scheduler list test
Signed-off-by: joshvanl <[email protected]>
1 parent 1861ced commit 6283dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/standalone/scheduler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func TestSchedulerList(t *testing.T) {
5959
output, err := cmdSchedulerList()
6060
require.NoError(t, err)
6161
assert.Len(c, strings.Split(output, "\n"), 10)
62-
}, time.Second*30, time.Millisecond*10)
62+
}, time.Second*180, time.Millisecond*10)
6363

6464
t.Run("short", func(t *testing.T) {
6565
output, err := cmdSchedulerList()

0 commit comments

Comments
 (0)