increased chunk size

Dependencies:   HTTPClient-SSL

Fork of MTS-Socket by MultiTech

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