Skip to content

Commit 8d1bf10

Browse files
committed
#2541 Rebake the images and give longer for openGL to release
1 parent 4024992 commit 8d1bf10

13 files changed

+1
-1
lines changed

jme3-screenshot-tests/src/main/java/org/jmonkeyengine/screenshottests/testframework/TestDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public static void bootAppForTest(TestType testType, AppSettings appSettings, St
166166
synchronized (testDriver.waitLock) {
167167
try {
168168
testDriver.waitLock.wait(10000); // Wait for the screenshot to be taken and application to stop
169-
Thread.sleep(200); //give time for openGL is fully released before starting a new test (get random JVM crashes without this)
169+
Thread.sleep(1000); //give time for openGL is fully released before starting a new test (get random JVM crashes without this)
170170
} catch (InterruptedException e) {
171171
Thread.currentThread().interrupt();
172172
throw new RuntimeException(e);
27 Bytes
Loading
333 Bytes
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)