diff options
Diffstat (limited to 'tools/hciattach.c')
| -rw-r--r-- | tools/hciattach.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/hciattach.c b/tools/hciattach.c index ca7f91c7..a38d2481 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -1265,7 +1265,7 @@ int main(int argc, char *argv[])  	while (!__io_canceled) {  		p.revents = 0; -		if (poll(&p, 1, 100)) +		if (poll(&p, 1, 500))  			break;  	} | 
