cmd/routed: wait for things to get set up
This commit is contained in:
parent
364875dd6d
commit
0862521d93
|
@ -68,6 +68,8 @@ func main() {
|
||||||
|
|
||||||
signal.Notify(ch, os.Interrupt)
|
signal.Notify(ch, os.Interrupt)
|
||||||
|
|
||||||
|
time.Sleep(30 * time.Second)
|
||||||
|
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue