JBR-1102: java/awt/Paint/ComponentIsNotDrawnAfterRemoveAddTest/ComponentIsNotDrawnAfterRemoveAddTest.java: 'paint' method of 60 components was not called

(cherry picked from commit 1afb250037a2349fd4caf8f2b09f3eace447d3ba)
diff --git a/test/java/awt/Paint/ComponentIsNotDrawnAfterRemoveAddTest/ComponentIsNotDrawnAfterRemoveAddTest.java b/test/java/awt/Paint/ComponentIsNotDrawnAfterRemoveAddTest/ComponentIsNotDrawnAfterRemoveAddTest.java
index 3891dce..0100dca 100644
--- a/test/java/awt/Paint/ComponentIsNotDrawnAfterRemoveAddTest/ComponentIsNotDrawnAfterRemoveAddTest.java
+++ b/test/java/awt/Paint/ComponentIsNotDrawnAfterRemoveAddTest/ComponentIsNotDrawnAfterRemoveAddTest.java
@@ -39,7 +39,7 @@
     private final Frame frame;
     private final Panel panel;
     private final ArrayList<Testable> compList = new ArrayList<Testable>();
-    private final int PAUSE = 2000;
+    private final int PAUSE = 3000;
 
     public ComponentIsNotDrawnAfterRemoveAddTest() {
         frame = new Frame("ComponentIsNotDrawnAfterRemoveAddTest");