mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 18:34:19 +00:00
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:
parent
525cd67be7
commit
aef334e6e8
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user