changeset 1690:661c81c7f560

7186887: Test T6567415.java can fail on a slow machine Reviewed-by: jjg, ksrini
author kizune
date Wed, 26 Feb 2014 17:51:19 +0400
parents f5883f43767d
children 3ee98cd07065
files test/tools/javac/6567415/T6567415.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/tools/javac/6567415/T6567415.java	Wed Mar 05 09:16:34 2014 -0800
+++ b/test/tools/javac/6567415/T6567415.java	Wed Feb 26 17:51:19 2014 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2014, 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");