Skip to content

Commit 2a9474b

Browse files
committed
fix: try increased timeout
1 parent f409b02 commit 2a9474b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.7-nix-staged"
1+
postgres-version = "15.6.1.8-nix-staged"

stage2-nix-psql.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ source "amazon-ebs" "ubuntu" {
6868
communicator = "ssh"
6969
ssh_pty = true
7070
ssh_username = "ubuntu"
71-
ssh_timeout = "5m"
71+
ssh_timeout = "10m"
7272
ssh_interface = "public_ip"
7373

7474
ena_support = true

0 commit comments

Comments
 (0)