Skip to content

Commit

Permalink
Longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomago committed Nov 27, 2024
1 parent 14e51ed commit 2f00a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/castApp/src/testsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 2f00a46

Please sign in to comment.