From 65f6da34672027ce216865e93425385b60b23e44 Mon Sep 17 00:00:00 2001 From: draveness Date: Sun, 4 Aug 2019 12:37:45 +0800 Subject: [PATCH] fix: update provisional delay seconds to 10s --- test/integration/volumescheduling/volume_binding_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/volumescheduling/volume_binding_test.go b/test/integration/volumescheduling/volume_binding_test.go index 1a58c11785a..d260c9fa514 100644 --- a/test/integration/volumescheduling/volume_binding_test.go +++ b/test/integration/volumescheduling/volume_binding_test.go @@ -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) {