Skip to content

Commit 983dc2a

Browse files
authored
Increase timeout to prevent new unit tests failures on MacOS (#4245)
1 parent 76284ba commit 983dc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/application/upgrade/upgrade_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ func TestWaitForWatcher(t *testing.T) {
759759
name: "Happy path: watcher is watching already",
760760
states: []details.State{details.StateWatching},
761761
stateChangeInterval: 1 * time.Millisecond,
762-
timeout: 50 * time.Millisecond,
762+
timeout: 500 * time.Millisecond,
763763
wantErr: assert.NoError,
764764
},
765765
{

0 commit comments

Comments
 (0)