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-Tag: v2.0.0-pre1~103 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=1fdf15d1b2805ff73b7a29245e5c2ce2fa2143c2;p=babeltrace.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 9a5f2e65..c849ca5e 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