FS-11781 increase test buffer size from 256 to 2048 to prevent test log truncation.
This commit is contained in:
parent
824356cc94
commit
74eb2feec7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue