~ubuntu-branches/ubuntu/quantal/pixman/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/patches/test-increase-timeout.diff

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-12-10 13:26:08 UTC
  • mfrom: (30.1.4 saucy-security)
  • Revision ID: package-import@ubuntu.com-20131210132608-8dfmczm1fjrm99jh
Tags: 0.30.2-1ubuntu0.0.0.1
Copy saucy package back to quantal. (LP: #1253041)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: pixman/test/alpha-loop.c
 
2
===================================================================
 
3
--- pixman.orig/test/alpha-loop.c       2013-07-26 14:26:43.905457549 +0200
 
4
+++ pixman/test/alpha-loop.c    2013-08-03 10:21:53.498601016 +0200
 
5
@@ -21,7 +21,7 @@
 
6
     pixman_image_t *d = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4);
 
7
     pixman_image_t *s = pixman_image_create_bits (PIXMAN_a2r10g10b10, WIDTH, HEIGHT, src, WIDTH * 4);
 
8
 
 
9
-    fail_after (5, "Infinite loop detected: 5 seconds without progress\n");
 
10
+    fail_after (50, "Infinite loop detected: 50 seconds without progress\n");
 
11
 
 
12
     pixman_image_set_alpha_map (s, a, 0, 0);
 
13
     pixman_image_set_alpha_map (a, s, 0, 0);