[Spice-devel] [PATCH 15/16] tests: test_display_base: use a faster wakeup time to easily test multiple client blocking

Jonathon Jongsma jjongsma at redhat.com
Fri Nov 27 09:46:24 PST 2015


I sure wish there was more explanation about the reason for this change...


On Thu, 2015-11-26 at 16:06 +0000, Frediano Ziglio wrote:
> From: Alon Levy <alon at pobox.com>
> 
> ---
>  server/tests/test_display_base.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/tests/test_display_base.c
> b/server/tests/test_display_base.c
> index c2c5705..575c704 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-devel mailing list