diff --git a/src/comm/comm_test.go b/src/comm/comm_test.go index 6f986f4c..2b18959d 100644 --- a/src/comm/comm_test.go +++ b/src/comm/comm_test.go @@ -11,7 +11,7 @@ import ( ) func TestComm(t *testing.T) { - token := make([]byte, 40000000) + token := make([]byte, MAXBYTES) rand.Read(token) port := "8001"