Skip to content

Commit ed60f05

Browse files
committed
Decreased test_esp.c TEST_SIZE to 8KB
1 parent 1aa509c commit ed60f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/esp/test_esp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
static void __attribute__((noreturn)) print_usage_and_die(void);
4141

42-
#define TEST_SIZE (12 * 1024)
42+
#define TEST_SIZE (8 * 1024)
4343
#define BUFFER_SIZE TEST_SIZE
4444

4545
static int disable_ipsec = 0;

0 commit comments

Comments
 (0)