test_ctf_writer.c: set PACKET_RESIZE_TEST_LENGTH to 100000 again
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 1 Jun 2017 21:04:03 +0000 (17:04 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 20:58:14 +0000 (16:58 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/lib/test_ctf_writer.c

index 9a5f2e65b4964d1a62e64bb0519e19df1244c1d0..c849ca5eae71efda0200b7e93e4b92380137e2d3 100644 (file)
@@ -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
This page took 0.026923 seconds and 4 git commands to generate.