|
|
|
|
@ -553,7 +553,7 @@ public class SourceViewModel extends ViewModel { |
|
|
|
|
|
|
|
|
|
String json = null; |
|
|
|
|
try { |
|
|
|
|
json = future.get(10, TimeUnit.SECONDS); |
|
|
|
|
json = future.get(15, TimeUnit.SECONDS); |
|
|
|
|
LOG.i("echo--getDetail--result:" + json); |
|
|
|
|
} catch (TimeoutException e) { |
|
|
|
|
LOG.i("echo--getDetail--timeout"); |
|
|
|
|
|