increased chunk size

Dependencies:   HTTPClient-SSL

Fork of MTS-Socket by MultiTech

Revision:
12:9efe3cc3cb6c
Parent:
11:892ffac4946b
Child:
13:45b7e18e33ab
Child:
14:7643ed024fe8
--- a/Test/TestTCPSocketConnection.h	Thu Jun 19 13:13:20 2014 +0000
+++ b/Test/TestTCPSocketConnection.h	Mon Jun 23 14:33:39 2014 +0000
@@ -64,7 +64,7 @@
         if (i >= 10) {
             Test::assertTrue(false);
         }
-        if (radio->setApn(APN) == SUCCESS) {
+        if (radio->setApn(APN) == MTS_SUCCESS) {
             break;
         } else {
             wait(1);