FS-11781 increase test buffer size from 256 to 2048 to prevent test log truncation.

This commit is contained in:
Chris Rienzo 2019-04-12 14:25:25 -04:00 committed by Andrey Volk
parent 824356cc94
commit 74eb2feec7
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ with a standard logger. */
#include <ctype.h>
#define FCT_MAX_NAME 256
#define FCT_MAX_LOG_LINE 256
#define FCT_MAX_LOG_LINE 2048
#define nbool_t int
#define FCT_TRUE 1