]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: wait longer for session daemon to start up
authorCole Robinson <crobinso@redhat.com>
Tue, 15 Mar 2016 21:04:32 +0000 (17:04 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 17 Mar 2016 20:25:20 +0000 (16:25 -0400)
commit7434df6525448b64901cce44c1582e7ae65cade1
treebd058df65ad13181f0c9c4ffa724daf016224d44
parent1f6d3603eefa8dd31f6711203a6230b8087e743b
rpc: wait longer for session daemon to start up

https://bugzilla.redhat.com/show_bug.cgi?id=1271183

We only wait 0.5 seconds for the session daemon to start up and present
its socket, which isn't sufficient for many users. Bump up the sleep
interval and retry amount so we wait for a total of 5.0 seconds.

(cherry picked from commit ca0c06f4008154de55e0b3109885facd0bf02d32)
src/rpc/virnetsocket.c