summaryrefslogtreecommitdiff
path: root/vendor/github.com/mitchellh/packer/builder/googlecompute/step_create_instance_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mitchellh/packer/builder/googlecompute/step_create_instance_test.go')
-rw-r--r--vendor/github.com/mitchellh/packer/builder/googlecompute/step_create_instance_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/github.com/mitchellh/packer/builder/googlecompute/step_create_instance_test.go b/vendor/github.com/mitchellh/packer/builder/googlecompute/step_create_instance_test.go
index 00e84296..a9a91d69 100644
--- a/vendor/github.com/mitchellh/packer/builder/googlecompute/step_create_instance_test.go
+++ b/vendor/github.com/mitchellh/packer/builder/googlecompute/step_create_instance_test.go
@@ -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