mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
fix: update provisional delay seconds to 10s
This commit is contained in:
parent
d2df5a19b1
commit
65f6da3467
@ -408,7 +408,7 @@ func TestVolumeBindingDynamicStressFast(t *testing.T) {
|
||||
|
||||
// Like TestVolumeBindingStress but with slow dynamic provisioning
|
||||
func TestVolumeBindingDynamicStressSlow(t *testing.T) {
|
||||
testVolumeBindingStress(t, 0, true, 30)
|
||||
testVolumeBindingStress(t, 0, true, 10)
|
||||
}
|
||||
|
||||
func testVolumeBindingStress(t *testing.T, schedulerResyncPeriod time.Duration, dynamic bool, provisionDelaySeconds int) {
|
||||
|
Loading…
Reference in New Issue
Block a user