We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a64a4 commit 6af276eCopy full SHA for 6af276e
testinfra/test_ami_nix.py
@@ -246,6 +246,9 @@ def gzip_then_base64_encode(s: str) -> str:
246
)[0]
247
instance.wait_until_running()
248
249
+ # Increase wait time before starting health checks
250
+ sleep(30) # Wait for 30 seconds to allow services to start
251
+
252
ec2logger = EC2InstanceConnectLogger(debug=False)
253
temp_key = EC2InstanceConnectKey(ec2logger.get_logger())
254
ec2ic = boto3.client("ec2-instance-connect", region_name="ap-southeast-1")
0 commit comments