diff --git a/test/e2e/storage/pd.go b/test/e2e/storage/pd.go index 3c2d8bb0d33..30beca7003b 100644 --- a/test/e2e/storage/pd.go +++ b/test/e2e/storage/pd.go @@ -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 )