Skip to content

Commit 2f00a46

Browse files
committed
Longer timeout
1 parent 14e51ed commit 2f00a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/castApp/src/testsock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static void testWakeup(void)
8484

8585
sock.wakeup = wakeup[1];
8686

87-
shSetTimeout(&sock, 110.0); /* something noticable */
87+
shSetTimeout(&sock, 200.0); /* something noticeable */
8888

8989
testOk1(sizeof(junk)==send(wakeup[0], (char*)&junk, sizeof(junk), 0));
9090

0 commit comments

Comments
 (0)