8334170: bug6492108.java test failed with exception Image comparison failed at (0, 0) for image 4

Reviewed-by: aivanov, azvegint
This commit is contained in:
Abhishek Kumar 2024-06-20 15:42:17 +00:00
parent 001d686019
commit 9ef86da5f8

View File

@ -109,6 +109,7 @@ public class bug6492108 extends SwingTestHelper {
} catch (Throwable t) {
fail("Problem creating text components");
}
setDelay(50);
return panel;
}