RootTools
RootTools copied to clipboard
timeout=0 doesn't work
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.