Explorar o código

set stop timeout tp 600

Signed-off-by: 高汝彤 <rutong.grt@alibaba-inc.com>
高汝彤 %!s(int64=8) %!d(string=hai) anos
pai
achega
5be8aa98ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {