diff --git a/kernel/tests.c b/kernel/tests.c index 28f8f8ca..5290289a 100644 --- a/kernel/tests.c +++ b/kernel/tests.c @@ -221,7 +221,7 @@ void* client_task(void* e) struct sockaddr_in pin; struct hostent *hp; - sleep(1000); + sleep(2); /* fill in the socket structure with host information */ memset(&pin, 0, sizeof(pin));