8159134: [PIT][TEST_BUG] failed to run java/awt/print/PrinterJob/PrintDlgSelectionAttribTest.java
authorpsadhukhan
Fri, 10 Jun 2016 15:28:49 +0530
changeset 39513 94c4de9f58da
parent 39512 9c164c3f6025
child 39514 353b1c8d1149
8159134: [PIT][TEST_BUG] failed to run java/awt/print/PrinterJob/PrintDlgSelectionAttribTest.java Reviewed-by: yan
jdk/test/java/awt/print/PrinterJob/PrintDlgSelectionAttribTest.java
--- a/jdk/test/java/awt/print/PrinterJob/PrintDlgSelectionAttribTest.java	Fri Jun 10 15:20:59 2016 +0530
+++ b/jdk/test/java/awt/print/PrinterJob/PrintDlgSelectionAttribTest.java	Fri Jun 10 15:28:49 2016 +0530
@@ -22,7 +22,7 @@
  */
  /*
  * @test
- * @bug 6529030
+ * @bug 6529030 8159134
  * @summary  Verifies if Java Printing: Selection radiobutton gets enabled.
  * @requires (os.family == "windows")
  * @run main/manual PrintDlgSelectionAttribTest
@@ -83,7 +83,7 @@
         });
         mainThread = Thread.currentThread();
         try {
-            Thread.sleep(30000);
+            Thread.sleep(60000);
         } catch (InterruptedException e) {
             if (!testPassed && testGeneratedInterrupt) {
                 throw new RuntimeException(""