From 435dc81a2608af2bdf1dae7ce63a76208438ef16 Mon Sep 17 00:00:00 2001 From: Pekka Maanpaa Date: Mon, 18 Jun 2018 13:14:40 +0300 Subject: [PATCH] Increase timeout for ChildOrderIT --- .../java/com/vaadin/flow/uitest/ui/template/ChildOrderIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/template/ChildOrderIT.java b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/template/ChildOrderIT.java index 3bbf1a3e397..78a0b542187 100644 --- a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/template/ChildOrderIT.java +++ b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/template/ChildOrderIT.java @@ -52,7 +52,7 @@ public void init() { return false; } return true; - }); + }, 60); } @Test