summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libtest/t-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libtest/t-test.c b/cpukit/libtest/t-test.c
index 0935a5ceb1..12d020446a 100644
--- a/cpukit/libtest/t-test.c
+++ b/cpukit/libtest/t-test.c
@@ -47,7 +47,7 @@
#include "t-test-printf.h"
#endif /* __rtems__ */
-#define T_LINE_SIZE 128
+#define T_LINE_SIZE 256
typedef struct {
pthread_spinlock_t lock;