diff options
-rwxr-xr-x | tools/scan-view/scan-view | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scan-view/scan-view b/tools/scan-view/scan-view index 06197465e6..fb27da6988 100755 --- a/tools/scan-view/scan-view +++ b/tools/scan-view/scan-view @@ -12,7 +12,7 @@ import webbrowser # How long to wait for server to start. kSleepTimeout = .05 -kMaxSleeps = 100 +kMaxSleeps = int(60 / kSleepTimeout) # Default server parameters |