diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-10 10:20:59 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-10 10:20:59 +0000 |
commit | 35e9349ffc53950c4b78fba9537a50cdb6e5fd7a (patch) | |
tree | 3c1ba96949354717d9c943e4b95da275d78fc75b /test/l2test.c | |
parent | 876bfd3a0da64aaa188717aefed829fc2ec6c91b (diff) |
Change default poll() timeout
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; } |