Stericson / RootTools

RootTools Library
1.6k stars 484 forks source link

timeout=0 doesn't work #51

Open M1cha opened 8 years ago

M1cha commented 8 years ago

The cause is this line: https://github.com/Stericson/RootTools/blob/master/RootShell/src/main/java/com/stericson/rootshell/execution/Shell.java#L140 if u set a timeout of 0, it will use the default value of 25000ms.