We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e51ed commit 2f00a46Copy full SHA for 2f00a46
client/castApp/src/testsock.c
@@ -84,7 +84,7 @@ static void testWakeup(void)
84
85
sock.wakeup = wakeup[1];
86
87
- shSetTimeout(&sock, 110.0); /* something noticable */
+ shSetTimeout(&sock, 200.0); /* something noticeable */
88
89
testOk1(sizeof(junk)==send(wakeup[0], (char*)&junk, sizeof(junk), 0));
90
0 commit comments