mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 02:18:51 +00:00
Merge pull request #22281 from wojtek-t/increase_qps_limits
Auto commit by PR queue bot
This commit is contained in:
@@ -155,12 +155,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