diff options
Diffstat (limited to 'test/l2test.c')
-rw-r--r-- | test/l2test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/l2test.c b/test/l2test.c index f8572067..f3365c01 100644 --- a/test/l2test.c +++ b/test/l2test.c @@ -646,7 +646,7 @@ static void connect_mode(char *svr) while (1) { p.revents = 0; - if (poll(&p, 1, 100)) + if (poll(&p, 1, 500)) break; } |