Commit fd44adf2 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/digitalocean: Make tests pass again

parent 1f57d722
......@@ -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)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment