mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2026-08-08 20:07:20 +00:00
test: Increase timeout for alpha-loop test
Required to successfully run cross-compiled PPC targets. Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>
This commit is contained in:
parent
656f5a9ba5
commit
218d5ed249
@ -22,7 +22,7 @@ main (int argc, char **argv)
|
||||
d = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4);
|
||||
s = pixman_image_create_bits (PIXMAN_a2r10g10b10, WIDTH, HEIGHT, src, WIDTH * 4);
|
||||
|
||||
fail_after (5, "Infinite loop detected: 5 seconds without progress\n");
|
||||
fail_after (10, "Infinite loop detected: 10 seconds without progress\n");
|
||||
|
||||
pixman_image_set_alpha_map (s, a, 0, 0);
|
||||
pixman_image_set_alpha_map (a, s, 0, 0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user