mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 14:26:17 +00:00
core: increase the exit handler limit
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>
This commit is contained in:
parent
428060c555
commit
8a3853c812
@ -977,7 +977,7 @@ void igt_waitchildren(void)
|
|||||||
|
|
||||||
/* exit handler code */
|
/* exit handler code */
|
||||||
#define MAX_SIGNALS 32
|
#define MAX_SIGNALS 32
|
||||||
#define MAX_EXIT_HANDLERS 5
|
#define MAX_EXIT_HANDLERS 10
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
sighandler_t handler;
|
sighandler_t handler;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user