实时报告通知前端

This commit is contained in:
Captain.B 2020-06-30 15:20:04 +08:00
parent e0306f2d0c
commit e641e27956
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class ReportWebSocket {
if (PerformanceTestStatus.Running.name().equals(report.getStatus())) {
session.getBasicRemote().sendText("refresh-" + this.refresh++);
}
Thread.sleep(10 * 1000L);
Thread.sleep(20 * 1000L);
} catch (Exception e) {
LogUtil.error(e);
}