X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tools%2Ftinyos%2Fmisc%2Ftos-deluge;h=21d7727f96a61142d82f6678bfc70ce06d4b7274;hp=78b0f6625d78ad2a80602f595fc29c382c4bcad2;hb=b7e372c3aa2f1da307407397da3b032df4ac4d49;hpb=167699cbf159e22a08c14a46fd2c68c72b09c10a diff --git a/tools/tinyos/misc/tos-deluge b/tools/tinyos/misc/tos-deluge index 78b0f662..21d7727f 100755 --- a/tools/tinyos/misc/tos-deluge +++ b/tools/tinyos/misc/tos-deluge @@ -416,7 +416,7 @@ if len(sys.argv) >= 3: try: print "Checking if node is a Deluge T2 base station ..." - ident(timeout=5) + ident(timeout=1) except tos.Timeout: print "ERROR: Timeout. Is the node a Deluge T2 base station?" sys.exit(-1)