The group_concat result length is limited(truncated) to the value of the group_concat_max_len system variable. The default value of this variable is 1024.
If you want change the value of the variable the syntax is:
SET [GLOBAL | SESSION] group_concat_max_len = val;