mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 18:11:22 +00:00
Increase QPS limits in integration and e2e tests
This commit is contained in:
@@ -144,12 +144,8 @@ var _ = Describe("Density", func() {
|
||||
})
|
||||
|
||||
// Explicitly put here, to delete namespace at the end of the test
|
||||
// (after measuring latency metrics, etc.).framework := NewFramework("density")
|
||||
options := FrameworkOptions{
|
||||
clientQPS: 20,
|
||||
clientBurst: 30,
|
||||
}
|
||||
framework := NewFramework("density", options)
|
||||
// (after measuring latency metrics, etc.).
|
||||
framework := NewDefaultFramework("density")
|
||||
framework.NamespaceDeletionTimeout = time.Hour
|
||||
|
||||
BeforeEach(func() {
|
||||
|
Reference in New Issue
Block a user