python: QEMUMachine: enable qmp accept timeout by default
commitada73a492cb29b9c3a9f88c5e6d3407fa0d999e7
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Fri, 24 Jun 2022 19:52:52 +0000 (24 22:52 +0300)
committerJohn Snow <jsnow@redhat.com>
Tue, 24 Jan 2023 18:37:12 +0000 (24 13:37 -0500)
tree646ad9475103fd9c6a407feb81c0fb3011592ec8
parentaf76484e54f6c5e20452c2b329378026b8f2c59d
python: QEMUMachine: enable qmp accept timeout by default

I've spent much time trying to debug hanging pipeline in gitlab. I
started from and idea that I have problem in code in my series (which
has some timeouts). Finally I found that the problem is that I've used
QEMUMachine class directly to avoid qtest, and didn't add necessary
arguments. Qemu fails and we wait for qmp accept endlessly. In gitlab
it's just stopped by timeout (one hour) with no sign of what's going
wrong.

With timeout enabled, gitlab don't wait for an hour and prints all
needed information.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220624195252.175249-1-vsementsov@yandex-team.ru>
[Fixed typing. --js]
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/machine/machine.py