[Spice-commits] server/tests
Frediano Ziglio
fziglio at kemper.freedesktop.org
Fri Dec 4 03:48:17 PST 2015
server/tests/test_display_base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aef334e6e8abc629a4603c890a2982d542b627f4
Author: Alon Levy <alon at pobox.com>
Date: Thu Feb 27 15:44:23 2014 +0200
tests: test_display_base: use a faster wakeup time to easily test multiple client blocking
Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
Acked-by: Fabiano FidĂȘncio <fidencio at redhat.com>
diff --git a/server/tests/test_display_base.c b/server/tests/test_display_base.c
index 8c8cef1..b574756 100644
--- a/server/tests/test_display_base.c
+++ b/server/tests/test_display_base.c
@@ -864,7 +864,7 @@ Test *test_new(SpiceCoreInterface *core)
test->core = core;
test->server = server;
- test->wakeup_ms = 50;
+ test->wakeup_ms = 1;
test->cursor_notify = NOTIFY_CURSOR_BATCH;
// some common initialization for all display tests
printf("TESTER: listening on port %d (unsecure)\n", port);
More information about the Spice-commits
mailing list