@@ -74,7 +74,7 @@ async def ess_instance(ecs_client, alb_client, ess_count, max_workers, port):
# 4. 异步探活
global health_instances
health_instances = []
- max_wait_time = 180
+ max_wait_time = 360
loop = asyncio.get_running_loop()
executor = ThreadPoolExecutor(max_workers=max_workers)
tasks = [