builder/digitalocean: Make tests pass again
This commit is contained in:
parent
1f57d722ff
commit
fd44adf2aa
|
@ -263,7 +263,7 @@ func TestBuilderPrepare_StateTimeout(t *testing.T) {
|
|||
t.Fatalf("should not have error: %s", err)
|
||||
}
|
||||
|
||||
if b.config.RawStateTimeout != "3m" {
|
||||
if b.config.RawStateTimeout != "6m" {
|
||||
t.Errorf("invalid: %d", b.config.RawStateTimeout)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue