builder/digitalocean: Make tests pass again
This commit is contained in:
parent
7c2475e886
commit
f0255837d4
|
@ -263,7 +263,7 @@ func TestBuilderPrepare_StateTimeout(t *testing.T) {
|
||||||
t.Fatalf("should not have error: %s", err)
|
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)
|
t.Errorf("invalid: %d", b.config.RawStateTimeout)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue