Browse Source

fix typo

pull/418/head
Ethan Frey 7 years ago
parent
commit
d56cb2ab4b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rpc/client/helpers.go

+ 1
- 1
rpc/client/helpers.go View File

@ -63,7 +63,7 @@ func WaitForOneEvent(evsw types.EventSwitch,
evts, quit := make(chan events.EventData, 10), make(chan bool, 1)
// start timeout count-down
go func() {
time.Sleep(1 * time.Second)
time.Sleep(timeout)
quit <- true
}()


Loading…
Cancel
Save