From: Philippe Proulx Date: Mon, 19 Jun 2017 22:21:57 +0000 (-0400) Subject: test_ctf_writer.c: set PACKET_RESIZE_TEST_LENGTH to 100000 again X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=ef99818076ab38941a3c5bd70fc377f6b457d22f 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 3a7d6329..ff568d16 100644 --- a/tests/lib/test_ctf_writer.c +++ b/tests/lib/test_ctf_writer.c @@ -50,7 +50,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