From 2f00a4693bac2e0374ecb0faef20a70bbc1d716b Mon Sep 17 00:00:00 2001 From: Sky Brewer Date: Wed, 27 Nov 2024 09:43:58 +0100 Subject: [PATCH] Longer timeout --- client/castApp/src/testsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));