X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS-Plus%2FDemo%2FFreeRTOS_Plus_CyaSSL_Windows_Simulator%2FSecureTCPClientTask.c;h=b4ef1bcaebe838f15c10e32896fe07ee8695dd10;hb=3aeb4081cbf67d7ebb60bda6a730cac3f77f7775;hp=9e9210c7fc4c54a6c06304bf22ec993569e2ee07;hpb=99afe796d246a17dcc9fe43a5e8944a8de6e5abd;p=freertos diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c index 9e9210c7f..b4ef1bcae 100644 --- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c +++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c @@ -156,7 +156,7 @@ uint32_t ulCount = 0UL; /* Short delay to prevent the messages streaming up the console too quickly. */ - vTaskDelay( 5 ); + vTaskDelay( 50 ); ulCount++; } while( ( lReturned != SOCKET_ERROR ) && ( ulCount < 10UL ) ); @@ -166,7 +166,7 @@ uint32_t ulCount = 0UL; closesocket( xClientSocket ); /* Delay for a short time before starting over. */ - vTaskDelay( 50 ); + vTaskDelay( 250 ); } } }