summaryrefslogtreecommitdiffstats
path: root/tools/ciptool.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ciptool.c')
-rw-r--r--tools/ciptool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ciptool.c b/tools/ciptool.c
index 8f967858..97dcb62d 100644
--- a/tools/ciptool.c
+++ b/tools/ciptool.c
@@ -380,7 +380,7 @@ static void cmd_loopback(int ctl, bdaddr_t *bdaddr, int argc, char **argv)
while (!__io_canceled) {
p.revents = 0;
- if (poll(&p, 1, 100))
+ if (poll(&p, 1, 500))
break;
}