Skip to content

Commit

Permalink
mini nit
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Dec 20, 2024
1 parent bd13cd8 commit 79047d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/watch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestWatch(t *testing.T) {
// pollTimeout is the timeout for waiting to receive an event.
pollTimeout = 50 * time.Millisecond

// progressNotifyTimeout is the timeout for waiting to receive a progress notify. Adjusts for jitter in the progress notification.
// progressNotifyTimeout is the timeout for waiting to receive a progress notify.
progressNotifyTimeout = 1 * time.Second

// idleTimeout is the amount of time to wait to ensure that no events
Expand Down

0 comments on commit 79047d6

Please sign in to comment.