05d70ff4fc
Update to v2.3.0-rc1 and disable building x86 firmware on 11.4 OBS-URL: https://build.opensuse.org/request/show/293337 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=241
29 lines
743 B
Diff
29 lines
743 B
Diff
From 389736ce698e3bac84afc1259f4ae25cf1f01482 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <afaerber@suse.de>
|
|
Date: Thu, 17 Apr 2014 18:39:10 +0200
|
|
Subject: [PATCH] qtest: Increase socket timeout
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Change from 5 to 15 seconds.
|
|
|
|
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
|
---
|
|
tests/libqtest.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/libqtest.c b/tests/libqtest.c
|
|
index 9a92aa7..81ade4e 100644
|
|
--- a/tests/libqtest.c
|
|
+++ b/tests/libqtest.c
|
|
@@ -35,7 +35,7 @@
|
|
#include "qapi/qmp/qjson.h"
|
|
|
|
#define MAX_IRQ 256
|
|
-#define SOCKET_TIMEOUT 5
|
|
+#define SOCKET_TIMEOUT 15
|
|
|
|
QTestState *global_qtest;
|
|
|