We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dad883 commit 92b9c56Copy full SHA for 92b9c56
tests/system/src/test/java/test/robot/javafx/scene/SRGBTest.java
@@ -215,7 +215,8 @@ public void screenCaptureTest() {
215
// only verify that the JavaFX renderer and JavaFX Robot can round-trip
216
// colors but they might both be working in the wrong space. We use an
217
// AWT Robot to verify that they are working in sRGB.
218
- @Test
+ // Timeout for potential hang on XWayland, see JDK-8335468.
219
+ @Test(timeout = 15000)
220
public void sRGBPixelTest() throws Exception {
221
Rectangle swatch = prepareStage();
222
0 commit comments