From 35efde9e6db60b89a4d7c5ff278b04753230ce71 Mon Sep 17 00:00:00 2001 From: Cheng Xing Date: Fri, 23 Jun 2017 18:56:34 -0700 Subject: [PATCH] Extending timeout waiting for delete node to become ready before the test ends --- test/e2e/storage/pd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )