We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2f58f commit 437af01Copy full SHA for 437af01
testinfra/test_ami_nix.py
@@ -293,6 +293,9 @@ def gzip_then_base64_encode(s: str) -> str:
293
)[0]
294
instance.wait_until_running()
295
296
+ # Increase wait time before starting health checks
297
+ sleep(30) # Wait for 30 seconds to allow services to start
298
+
299
ec2logger = EC2InstanceConnectLogger(debug=False)
300
temp_key = EC2InstanceConnectKey(ec2logger.get_logger())
301
ec2ic = boto3.client("ec2-instance-connect", region_name="ap-southeast-1")
0 commit comments