diff --git a/client/castApp/src/testsock.c b/client/castApp/src/testsock.c index 0c69dff..06fc0eb 100644 --- a/client/castApp/src/testsock.c +++ b/client/castApp/src/testsock.c @@ -84,7 +84,7 @@ static void testWakeup(void) sock.wakeup = wakeup[1]; - shSetTimeout(&sock, 110.0); /* something noticable */ + shSetTimeout(&sock, 200.0); /* something noticeable */ testOk1(sizeof(junk)==send(wakeup[0], (char*)&junk, sizeof(junk), 0));