Skip to content

Commit

Permalink
Update default retrywatcher resource version
Browse files Browse the repository at this point in the history
  • Loading branch information
BobyMCbobs committed May 25, 2020
1 parent 1bdb854 commit b9c9341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/util.go
Expand Up @@ -1302,7 +1302,7 @@ func WatchEventSequenceVerifier(testContext context.Context, dc dynamic.Interfac
return dc.Resource(resourceType).Namespace(namespace).Watch(testContext, listOptions)
},
}
resourceWatch, err := watchtools.NewRetryWatcher("", listWatcher)
resourceWatch, err := watchtools.NewRetryWatcher("1", listWatcher)
ExpectNoError(err, "Failed to create a resource watch of %v in namespace %v", resourceType.Resource, namespace)

// NOTE value of 3 retries seems to make sense
Expand Down

0 comments on commit b9c9341

Please sign in to comment.