On Wed, 6 Aug 2025 07:13:45 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

>> Khalid Boulanouare has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Removes wildcard imports
>
> test/jdk/java/awt/Mixing/AWT_Mixing/GlassPaneOverlappingTestBase.java line 
> 154:
> 
>> 152:             lLoc.translate(1, testedComponent.getPreferredSize().height 
>> + 1);
>> 153:             try {
>> 154:                 boolean await = latch.await(50, TimeUnit.MILLISECONDS);
> 
> 50 ms is enough? guess you can go upto 1sec!!
> will it make the other failed tests pass if we increase this timeout?

I have increased awaiting time to 1 seconds for both tests 
java/awt/Mixing/AWT_Mixing/GlassPaneOverlappingTestBase.java and 
java/awt/Mixing/AWT_Mixing/SimpleOverlappingTestBase.java, I will test and 
confirm if this is working.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25971#discussion_r2256707309

Reply via email to