Quellcode durchsuchen

change ecs timeout to 240s

Signed-off-by: gaort <rutong.grt@alibaba-inc.com>
gaort vor 7 Jahren
Ursprung
Commit
aa7d3a8261
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)