From: Andrea Arcangeli <aarca...@redhat.com> I kept getting timeouts and unix socket accept failures under high load, the patch fixes it.
Signed-off-by: Andrea Arcangeli <aarca...@redhat.com> Reviewed-by: Marcel Apfelbaum <mar...@redhat.com> Message-Id: <1465555776-23286-6-git-send-email-dgilb...@redhat.com> Signed-off-by: Amit Shah <amit.s...@redhat.com> --- tests/libqtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libqtest.c b/tests/libqtest.c index 5c82348..eb00f13 100644 --- a/tests/libqtest.c +++ b/tests/libqtest.c @@ -26,7 +26,7 @@ #include "qapi/qmp/qjson.h" #define MAX_IRQ 256 -#define SOCKET_TIMEOUT 5 +#define SOCKET_TIMEOUT 50 QTestState *global_qtest; -- 2.7.4