tests: test_display_base: use a faster wakeup time to easily test multiple client blocking

Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
Alon Levy 2014-02-27 15:44:23 +02:00 committed by Frediano Ziglio
parent 525cd67be7
commit aef334e6e8

View File

@ -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);