summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-view
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-05-04 19:02:41 +0000
committerTed Kremenek <kremenek@apple.com>2009-05-04 19:02:41 +0000
commita4a81c0ac770274472d28e9cbf588b13a3a2eb39 (patch)
treeed0c0efa4e548d7b72a82f9d88f1365196aac5e1 /clang/tools/scan-view
parent23d5a391956737547325cbb3efe1a5c09469e400 (diff)
downloadbcm5719-llvm-a4a81c0ac770274472d28e9cbf588b13a3a2eb39.tar.gz
bcm5719-llvm-a4a81c0ac770274472d28e9cbf588b13a3a2eb39.zip
Increase scan-view max timeout to 1 minute.
llvm-svn: 70896
Diffstat (limited to 'clang/tools/scan-view')
-rwxr-xr-xclang/tools/scan-view/scan-view2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/scan-view/scan-view b/clang/tools/scan-view/scan-view
index 06197465e6d..fb27da69888 100755
--- a/clang/tools/scan-view/scan-view
+++ b/clang/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
OpenPOWER on IntegriCloud