diff options
author | Artur Signell <artur@vaadin.com> | 2013-12-02 15:24:38 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-12-02 15:24:38 +0200 |
commit | 54a5667b2cebf6df7825d92c287112f6be64fe7d (patch) | |
tree | 65a3d398e8e0b17df7049f80daffa667c10f750e /uitest/src/com/vaadin/tests/push | |
parent | 36fce654841a5bf82a6be765930db07892e374fb (diff) | |
download | vaadin-framework-54a5667b2cebf6df7825d92c287112f6be64fe7d.tar.gz vaadin-framework-54a5667b2cebf6df7825d92c287112f6be64fe7d.zip |
Fix compilation error
Change-Id: Ib2ca104b8ab92a23a525c617004c6efe7f7edc14
Diffstat (limited to 'uitest/src/com/vaadin/tests/push')
-rw-r--r-- | uitest/src/com/vaadin/tests/push/ExtremelyLongPushTimeTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |