File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
packer build -var "git-head-version=${GIT_SHA}" -var "packer-execution-id=${GITHUB_RUN_ID}" -var-file="development-arm.vars.pkr.hcl" -var-file="common.vars.pkr.hcl" -var "ansible_arguments=" -var "postgres-version=ci-ami-test" -var "region=ap-southeast-1" -var 'ami_regions=["ap-southeast-1"]' -var "force-deregister=true" amazon-arm64.pkr.hcl
124
124
125
125
- name : Run tests
126
- timeout-minutes : 5
126
+ timeout-minutes : 10
127
127
run : |
128
128
# TODO: use poetry for pkg mgmt
129
129
pip3 install boto3 boto3-stubs[essential] docker ec2instanceconnectcli pytest pytest-testinfra[paramiko,docker] requests
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ def gzip_then_base64_encode(s: str) -> str:
247
247
248
248
host = testinfra .get_host (
249
249
# paramiko is an ssh backend
250
- f"paramiko://ubuntu@{ instance .public_ip_address } " ,
250
+ f"paramiko://ubuntu@{ instance .public_ip_address } ?timeout=60 " ,
251
251
ssh_identity_file = temp_key .get_priv_key_file (),
252
252
)
253
253
You can’t perform that action at this time.
0 commit comments