fix test that flaked in a travis build recently

This commit is contained in:
Megan Marsh 2017-08-08 12:25:12 -07:00
parent eec162ee3c
commit 3f7c090f3b
1 changed files with 0 additions and 4 deletions

View File

@ -229,10 +229,6 @@ func TestStepCreateInstance_errorTimeout(t *testing.T) {
state.Put("ssh_public_key", "key")
errCh := make(chan error, 1)
go func() {
<-time.After(10 * time.Millisecond)
errCh <- nil
}()
config := state.Get("config").(*Config)
config.stateTimeout = 1 * time.Microsecond