Showing
1 changed file
with
1 additions
and
1 deletions
@@ -113,7 +113,7 @@ public class BaseEdgeEventControllerTest extends AbstractControllerTest { | @@ -113,7 +113,7 @@ public class BaseEdgeEventControllerTest extends AbstractControllerTest { | ||
113 | private List<EdgeEvent> findEdgeEvents(EdgeId edgeId) throws Exception { | 113 | private List<EdgeEvent> findEdgeEvents(EdgeId edgeId) throws Exception { |
114 | return doGetTypedWithTimePageLink("/api/edge/" + edgeId.toString() + "/events?", | 114 | return doGetTypedWithTimePageLink("/api/edge/" + edgeId.toString() + "/events?", |
115 | new TypeReference<PageData<EdgeEvent>>() { | 115 | new TypeReference<PageData<EdgeEvent>>() { |
116 | - }, new TimePageLink(4)).getData(); | 116 | + }, new TimePageLink(10)).getData(); |
117 | } | 117 | } |
118 | 118 | ||
119 | private Device constructDevice(String name, String type) { | 119 | private Device constructDevice(String name, String type) { |