fix: update provisional delay seconds to 10s

This commit is contained in:
draveness 2019-08-04 12:37:45 +08:00
parent d2df5a19b1
commit 65f6da3467

View File

@ -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) {