Skip to content

Commit

Permalink
Merge pull request kubernetes#123926 from p0lyn0mial/upstream-deflake…
Browse files Browse the repository at this point in the history
…-test-get-list-non-recursive-with-consistent-list

apiserver/storage/cacher: deflake TestGetListNonRecursiveWithConsistentListFromCache
  • Loading branch information
k8s-ci-robot committed Mar 14, 2024
2 parents 6ef2fec + c44cc9a commit 89f03e3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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)
}

Expand Down

0 comments on commit 89f03e3

Please sign in to comment.