We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1861ced commit 6283dd9Copy full SHA for 6283dd9
tests/e2e/standalone/scheduler_test.go
@@ -59,7 +59,7 @@ func TestSchedulerList(t *testing.T) {
59
output, err := cmdSchedulerList()
60
require.NoError(t, err)
61
assert.Len(c, strings.Split(output, "\n"), 10)
62
- }, time.Second*30, time.Millisecond*10)
+ }, time.Second*180, time.Millisecond*10)
63
64
t.Run("short", func(t *testing.T) {
65
0 commit comments