mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
queue-test: put back timeout
In 93e654061b we removed call to alarm() that served as timeout in this test.
Now when we have test_set_timeout() func, return the timeout back.
Signed-off-by: Marek Chalupa <mchqwerty@gmail.com>
Reviewed-by: Giulio Camuffo <giuliocamuffo@gmail.com>
This commit is contained in:
parent
bbbdff88b1
commit
cf11e9dfbe
1 changed files with 2 additions and 0 deletions
|
|
@ -225,6 +225,8 @@ TEST(queue)
|
||||||
dummy_interfaces[i]->version,
|
dummy_interfaces[i]->version,
|
||||||
NULL, dummy_bind);
|
NULL, dummy_bind);
|
||||||
|
|
||||||
|
test_set_timeout(2);
|
||||||
|
|
||||||
client_create(d, client_test_proxy_destroy);
|
client_create(d, client_test_proxy_destroy);
|
||||||
display_run(d);
|
display_run(d);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue