diff --git a/tf-managed/modules/daily-snapshot/main.tf b/tf-managed/modules/daily-snapshot/main.tf index 268d69c21..e657b151c 100644 --- a/tf-managed/modules/daily-snapshot/main.tf +++ b/tf-managed/modules/daily-snapshot/main.tf @@ -78,7 +78,7 @@ resource "digitalocean_droplet" "forest" { host = self.ipv4_address user = "root" type = "ssh" - timeout = "10m" + timeout = "30m" } # Push the sources.tar file to the newly booted droplet diff --git a/tf-managed/modules/forest-droplet/main.tf b/tf-managed/modules/forest-droplet/main.tf index 0585bba84..0a47b4540 100644 --- a/tf-managed/modules/forest-droplet/main.tf +++ b/tf-managed/modules/forest-droplet/main.tf @@ -41,7 +41,7 @@ resource "digitalocean_droplet" "forest" { host = self.ipv4_address user = "root" type = "ssh" - timeout = "10m" + timeout = "30m" } provisioner "file" { diff --git a/tf-managed/modules/sync-check/main.tf b/tf-managed/modules/sync-check/main.tf index ca2ec74cd..bbb87ef94 100644 --- a/tf-managed/modules/sync-check/main.tf +++ b/tf-managed/modules/sync-check/main.tf @@ -77,7 +77,7 @@ resource "digitalocean_droplet" "forest" { host = self.ipv4_address user = "root" type = "ssh" - timeout = "10m" + timeout = "30m" } # Push the sources.tar file to the newly booted droplet