Index: TestSupport.c =================================================================== diff -u -ra6f746b00d7529d108262973bae9d1950035c06a -r81e303cc55d9bd7d5bd674c28124154b7f62ae2e --- TestSupport.c (.../TestSupport.c) (revision a6f746b00d7529d108262973bae9d1950035c06a) +++ TestSupport.c (.../TestSupport.c) (revision 81e303cc55d9bd7d5bd674c28124154b7f62ae2e) @@ -28,7 +28,7 @@ #define TEST_CONFIG_ENABLE_KEY 0xDABA36B2 ///< Release software configuration enable key. #define TEST_CONFIG_DISABLE_KEY 0x00000000 ///< Release software configuration disable key. -#define DIALIN_CHECK_IN_TIMEOUT_MS ( 5 * SEC_PER_MIN * MS_PER_SECOND ) ///< Dialin check in timeout in milliseconds. +#define DIALIN_CHECK_IN_TIMEOUT_MS ( 8 * MIN_PER_HOUR * SEC_PER_MIN * MS_PER_SECOND ) ///< Dialin check in timeout in milliseconds. // ********** private data ********** @@ -345,7 +345,7 @@ } // TODO remove - status = FALSE; + //status = FALSE; // TODO remove return status;