mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
apiserver/storage/cacher: deflake TestGetListNonRecursiveWithConsistentListFromCache
This commit is contained in:
parent
6680700b5d
commit
c44cc9a575
@ -194,7 +194,7 @@ func TestGetListNonRecursiveWithConsistentListFromCache(t *testing.T) {
|
||||
t.Cleanup(terminate)
|
||||
// Wait before sending watch progress request to avoid https://github.com/etcd-io/etcd/issues/17507
|
||||
// TODO(https://github.com/etcd-io/etcd/issues/17507): Remove sleep when etcd is upgraded to version with fix.
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
time.Sleep(time.Second)
|
||||
storagetesting.RunTestGetListNonRecursive(ctx, t, compactStorage(cacher, server.V3Client), cacher)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user