From: Philippe Proulx Date: Thu, 1 Jun 2017 21:04:03 +0000 (-0400) Subject: test_ctf_writer.c: set PACKET_RESIZE_TEST_LENGTH to 100000 again X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1fdf15d1b2805ff73b7a29245e5c2ce2fa2143c2;p=deliverable%2Fbabeltrace.git test_ctf_writer.c: set PACKET_RESIZE_TEST_LENGTH to 100000 again Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/tests/lib/test_ctf_writer.c b/tests/lib/test_ctf_writer.c index 9a5f2e65b..c849ca5ea 100644 --- a/tests/lib/test_ctf_writer.c +++ b/tests/lib/test_ctf_writer.c @@ -51,7 +51,7 @@ #define METADATA_LINE_SIZE 512 #define SEQUENCE_TEST_LENGTH 10 #define ARRAY_TEST_LENGTH 5 -#define PACKET_RESIZE_TEST_LENGTH 5 +#define PACKET_RESIZE_TEST_LENGTH 100000 #define DEFAULT_CLOCK_FREQ 1000000000 #define DEFAULT_CLOCK_PRECISION 1