# HG changeset patch # User kizune # Date 1370437090 -14400 # Node ID 03261c9bd428ef25c2161fd3dc5fbae000ad8d1e # Parent 05a7d1f1746aaa916f981a4232ace29eac5af7dd 7186887: Test T6567415.java can fail on a slow machine Reviewed-by: jjg, ksrini diff -r 05a7d1f1746a -r 03261c9bd428 langtools/test/tools/javac/6567415/T6567415.java --- a/langtools/test/tools/javac/6567415/T6567415.java Tue Jun 04 21:38:12 2013 -0700 +++ b/langtools/test/tools/javac/6567415/T6567415.java Wed Jun 05 16:58:10 2013 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2013 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 @@ -137,7 +137,7 @@ } }; t.start(); - t.join(1000*10); + t.join(1000*60); System.out.println(t.getState()); if (t.isAlive()) { throw new RuntimeException("Error: compilation is looping");