mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Merge pull request #69036 from wackxu/snapshottest
add e2e test for snapshot
This commit is contained in:
@@ -186,6 +186,9 @@ const (
|
||||
// restart before test is considered failed.
|
||||
RestartPodReadyAgainTimeout = 5 * time.Minute
|
||||
|
||||
// How long for snapshot to create snapshotContent
|
||||
SnapshotCreateTimeout = 5 * time.Minute
|
||||
|
||||
// Number of objects that gc can delete in a second.
|
||||
// GC issues 2 requestes for single delete.
|
||||
gcThroughput = 10
|
||||
|
||||
Reference in New Issue
Block a user