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:
Marek Pikuła 2024-12-14 03:30:36 +01:00
parent 656f5a9ba5
commit 218d5ed249
No known key found for this signature in database
GPG Key ID: 082E0B9EC5A8F003

View File

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