Extending timeout waiting for delete node to become ready before the test ends

This commit is contained in:
Cheng Xing
2017-06-23 18:56:34 -07:00
parent ed3c50a755
commit 35efde9e6d

View File

@@ -43,7 +43,7 @@ import (
const (
gcePDDetachTimeout = 10 * time.Minute
gcePDDetachPollTime = 10 * time.Second
nodeStatusTimeout = 5 * time.Minute
nodeStatusTimeout = 10 * time.Minute
nodeStatusPollTime = 1 * time.Second
maxReadRetry = 3
)