Commit d854d17
committed
[ScanDaemon] Increase the timeouts in daemon
Increase the timeout in clang scan daemon for both connecting to a just
launched daemon (due to possibility of hitting validation and pruning)
and daemon lifetime timeout (due to possibility of large gaps between
tasks in the same session).
Also adjust the error message for connection timeout to make it more
obvious.
rdar://1644919401 parent a4d76da commit d854d17
File tree
2 files changed
+6
-5
lines changed- clang/tools/driver
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
| 771 | + | |
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
| |||
0 commit comments