langtools/test/tools/javac/6567415/T6567415.java
changeset 18012 03261c9bd428
parent 7842 5de9ea98089d
child 18416 51ef92228b23
--- 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");