From 6b033159a5d77da1387d17639e9fc06f0c19641f Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Fri, 20 Dec 2019 09:45:31 -0700 Subject: [PATCH] Increase test timeout Signed-off-by: Taylor Smock --- .../mapwithai/data/validation/tests/RoutingIslandsTestTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/org/openstreetmap/josm/plugins/mapwithai/data/validation/tests/RoutingIslandsTestTest.java b/test/unit/org/openstreetmap/josm/plugins/mapwithai/data/validation/tests/RoutingIslandsTestTest.java index 674f00e..3eb7e25 100644 --- a/test/unit/org/openstreetmap/josm/plugins/mapwithai/data/validation/tests/RoutingIslandsTestTest.java +++ b/test/unit/org/openstreetmap/josm/plugins/mapwithai/data/validation/tests/RoutingIslandsTestTest.java @@ -41,7 +41,7 @@ public class RoutingIslandsTestTest { */ @Rule @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") - public JOSMTestRules rule = new JOSMTestRules().projection().preferences(); + public JOSMTestRules rule = new JOSMTestRules().projection().preferences().timeout(30000); /** * Test method for {@link RoutingIslandsTest#RoutingIslandsTest()} and the