a6633cdc61
Update to v2.3.0 and disable iotests OBS-URL: https://build.opensuse.org/request/show/304728 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=254
29 lines
743 B
Diff
29 lines
743 B
Diff
From 93d5e4be4758d956a6f9751c468432a105cc5084 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 12d65bd..2931773 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;
|
|
|