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 6ce5112 commit ec9f69dCopy full SHA for ec9f69d
internal/pkg/agent/cmd/upgrade_test.go
@@ -75,7 +75,7 @@ func TestUpgradeCmd(t *testing.T) {
75
require.Eventually(t, func() bool {
76
counter := atomic.LoadInt32(&mock.upgrades)
77
return counter > 0
78
- }, 5*time.Second, 100*time.Millisecond)
+ }, 30*time.Second, 100*time.Millisecond)
79
80
// then we close the tcp server which is supposed to interrupt the connection
81
s.Stop()
0 commit comments