]> sourceware.org Git - systemtap.git/commitdiff
Increase avahi-browse timeout to 20 seconds.
authorDave Brolley <brolley@redhat.com>
Wed, 26 Aug 2009 16:36:25 +0000 (12:36 -0400)
committerDave Brolley <brolley@redhat.com>
Wed, 26 Aug 2009 16:36:25 +0000 (12:36 -0400)
stap-find-servers

index 77cd267a2bfc402e70f427652dd2bce9c68a8e9e..5b00e51effc5fabe6a357536211408c872f30027 100755 (executable)
@@ -26,7 +26,7 @@ function initialization {
     else
        find_all=0
     fi
-    timeout=10 # seconds
+    timeout=20 # seconds
 }
 
 # function: find_servers
This page took 0.027024 seconds and 5 git commands to generate.