core: increase the exit handler limit
authorThomas Wood <thomas.wood@intel.com>
Thu, 17 Jul 2014 10:19:04 +0000 (11:19 +0100)
committerThomas Wood <thomas.wood@intel.com>
Thu, 17 Jul 2014 10:25:19 +0000 (11:25 +0100)
Increase the maximum number of exit handlers since some tests now
require more that the previous limit.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=81320
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
lib/igt_core.c

index 1015b91..5faf98e 100644 (file)
@@ -977,7 +977,7 @@ void igt_waitchildren(void)
 
 /* exit handler code */
 #define MAX_SIGNALS            32
-#define MAX_EXIT_HANDLERS      5
+#define MAX_EXIT_HANDLERS      10
 
 static struct {
        sighandler_t handler;