We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76284ba commit 983dc2aCopy full SHA for 983dc2a
internal/pkg/agent/application/upgrade/upgrade_test.go
@@ -759,7 +759,7 @@ func TestWaitForWatcher(t *testing.T) {
759
name: "Happy path: watcher is watching already",
760
states: []details.State{details.StateWatching},
761
stateChangeInterval: 1 * time.Millisecond,
762
- timeout: 50 * time.Millisecond,
+ timeout: 500 * time.Millisecond,
763
wantErr: assert.NoError,
764
},
765
{
0 commit comments