try to fix transient test failure

pull/5662/head
Matthew Hooker 9 years ago
parent 753d3cf216
commit c28a50af16
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -67,7 +67,7 @@ func TestProvisionHook_cancel(t *testing.T) {
p := &MockProvisioner{
ProvFunc: func() error {
time.Sleep(50 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
lock.Lock()
defer lock.Unlock()

Loading…
Cancel
Save