builder/digitalocean: Make tests pass again

This commit is contained in:
Mitchell Hashimoto 2013-06-24 09:25:00 -07:00
parent 1f57d722ff
commit fd44adf2aa
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}