app: fix app ready (#961)

* fix app ready
pull/964/head
Tony Chen 4 years ago committed by GitHub
parent b32e7d6e70
commit 9b31e6293b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app.go

@ -121,6 +121,7 @@ retry:
} }
} }
a.instance = buildInstance(a.opts) a.instance = buildInstance(a.opts)
time.Sleep(time.Second)
return nil return nil
} }

Loading…
Cancel
Save