File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ resource "digitalocean_droplet" "forest" {
78
78
host = self. ipv4_address
79
79
user = " root"
80
80
type = " ssh"
81
- timeout = " 10m "
81
+ timeout = " 30m "
82
82
}
83
83
84
84
# Push the sources.tar file to the newly booted droplet
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ resource "digitalocean_droplet" "forest" {
41
41
host = self. ipv4_address
42
42
user = " root"
43
43
type = " ssh"
44
- timeout = " 10m "
44
+ timeout = " 30m "
45
45
}
46
46
47
47
provisioner "file" {
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ resource "digitalocean_droplet" "forest" {
77
77
host = self. ipv4_address
78
78
user = " root"
79
79
type = " ssh"
80
- timeout = " 10m "
80
+ timeout = " 30m "
81
81
}
82
82
83
83
# Push the sources.tar file to the newly booted droplet
You can’t perform that action at this time.
0 commit comments