### 微服务下,列表查询有时候查询不出数据,看请求结果显示的是:访问超时 ![](https://img.kancloud.cn/7f/ee/7fee7c6942db99c0f76219a56632ece6_800x446.png) ![](https://img.kancloud.cn/65/ba/65ba551d3e80dd23754c7472acc3a5e6_800x168.png) **问题解决:** 修改gateway的application.yml文件,增加超时时间: ``` hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds ``` ![](https://img.kancloud.cn/a0/7b/a07bc5402e22c5ef41dfb21b7c5e1e6f_689x323.png)