1From 05c3e145b5aa62e7e759932ea99f94d495b651c3 Mon Sep 17 00:00:00 2001 2From: Phil Elwell <phil@raspberrypi.org> 3Date: Wed, 20 Jan 2016 16:00:37 +0000 4Subject: [PATCH] Increase firmware load timeout to 30s 5 6--- 7Upstream-Status: Pending 8 9 tools/hciattach.c | 2 +- 10 1 file changed, 1 insertion(+), 1 deletion(-) 11 12diff --git a/tools/hciattach.c b/tools/hciattach.c 13index 7d01d8b74..465bb17dd 100644 14--- a/tools/hciattach.c 15+++ b/tools/hciattach.c 16@@ -1227,7 +1227,7 @@ int main(int argc, char *argv[]) 17 { 18 struct uart_t *u = NULL; 19 int detach, printpid, raw, opt, i, n, ld, err; 20- int to = 10; 21+ int to = 30; 22 int init_speed = 0; 23 int send_break = 0; 24 pid_t pid; 25