Просмотр исходного кода

change ecs timeout to 240s

Signed-off-by: gaort <rutong.grt@alibaba-inc.com>
gaort 7 лет назад
Родитель
Сommit
aa7d3a8261
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      integration/ecs_test.go

+ 1 - 1
integration/ecs_test.go

@@ -48,7 +48,7 @@ func TestEcsInstance(t *testing.T) {
 	startEcsInstance(t, ecsClient, instanceId)
 
 	// wait
-	waitForEcsInstance(t, ecsClient, instanceId, EcsInstanceStatusRunning, 120)
+	waitForEcsInstance(t, ecsClient, instanceId, EcsInstanceStatusRunning, 240)
 
 	// stop
 	stopEcsInstance(t, ecsClient, instanceId)