From 54a5667b2cebf6df7825d92c287112f6be64fe7d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 2 Dec 2013 15:24:38 +0200 Subject: [PATCH] Fix compilation error Change-Id: Ib2ca104b8ab92a23a525c617004c6efe7f7edc14 --- uitest/src/com/vaadin/tests/push/ExtremelyLongPushTimeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uitest/src/com/vaadin/tests/push/ExtremelyLongPushTimeTest.java b/uitest/src/com/vaadin/tests/push/ExtremelyLongPushTimeTest.java index 56eb8b6929..a1ce4b9d8f 100644 --- a/uitest/src/com/vaadin/tests/push/ExtremelyLongPushTimeTest.java +++ b/uitest/src/com/vaadin/tests/push/ExtremelyLongPushTimeTest.java @@ -28,7 +28,7 @@ public abstract class ExtremelyLongPushTimeTest extends MultiBrowserTest { private static final int ONE_HOUR_IN_MS = 20 * 1000; @Test - public void test24HourPush() { + public void test24HourPush() throws Exception { openTestURL(); // Without this there is a large chance that we will wait for all pushes -- 2.39.5