7186887: Test T6567415.java can fail on a slow machine
authorkizune
Wed, 05 Jun 2013 16:58:10 +0400
changeset 18012 03261c9bd428
parent 18011 05a7d1f1746a
child 18013 f7887244ecd2
child 18377 3f5b364f9d22
child 18378 00267721fe3a
7186887: Test T6567415.java can fail on a slow machine Reviewed-by: jjg, ksrini
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");