8337886: java/awt/Frame/MaximizeUndecoratedTest.java fails in OEL due to a slight color difference

Reviewed-by: dnguyen, honkar, serb
This commit is contained in:
Manukumar V S 2024-08-19 07:17:37 +00:00 committed by Tejesh R
parent 56a007dd32
commit 15b20cb1fd

View File

@ -50,7 +50,7 @@ import jtreg.SkippedException;
public class MaximizeUndecoratedTest {
private static final int SIZE = 300;
private static final int OFFSET = 2;
private static final int OFFSET = 5;
private static Frame frame;
private static Robot robot;