浏览代码

set stop timeout tp 600

Signed-off-by: 高汝彤 <rutong.grt@alibaba-inc.com>
高汝彤 8 年之前
父节点
当前提交
5be8aa98ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      integration/ecs_test.go

+ 1 - 1
integration/ecs_test.go

@@ -52,7 +52,7 @@ func TestEcsInstance(t *testing.T) {
 	stopInstance(t, ecsClient, instanceId)
 
 	// wait
-	waitForInstance(t, ecsClient, instanceId, Stopped, 120)
+	waitForInstance(t, ecsClient, instanceId, Stopped, 600)
 }
 
 func getDemoInstanceAttributes(t *testing.T, client *ecs.Client) *ecs.DescribeInstanceAttributeResponse {