Skip to content

Commit 612e151

Browse files
committed
increase timeout to fix JDK17 failure in Jenkins
1 parent ae76fb9 commit 612e151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/org/openstreetmap/josm/plugins/markseen/MarkSeenRootTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class MarkSeenRootTest {
4949
private static BufferedImage originalErrorImage;
5050
private static BufferedImage originalLoadingImage;
5151

52-
@Rule public JOSMTestRules test = new JOSMTestRules().main().preferences().projection().fakeImagery().timeout(60000);
52+
@Rule public JOSMTestRules test = new JOSMTestRules().main().preferences().projection().fakeImagery().timeout(70000);
5353

5454
@Before
5555
public void setUp() {

0 commit comments

Comments
 (0)