diff --git a/src/main/java/com/sun/marlin/DPathConsumer2D.java b/src/main/java/com/sun/marlin/DPathConsumer2D.java index f58b28a..ee2cd32 100644 --- a/src/main/java/com/sun/marlin/DPathConsumer2D.java +++ b/src/main/java/com/sun/marlin/DPathConsumer2D.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/test/java/test/manual/marlin/QPathTest.java b/src/test/java/test/manual/marlin/QPathTest.java index fac0252..ae21ded 100644 --- a/src/test/java/test/manual/marlin/QPathTest.java +++ b/src/test/java/test/manual/marlin/QPathTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -161,7 +161,7 @@ public static void teardownOnce() { Platform.exit(); } - @Test(timeout = 10000) + @Test(timeout = 15000) public void TestBug() { Platform.runLater(() -> { SVGPath path = new SVGPath();