Skip to content

Commit 72e3499

Browse files
Try to make the test run faster by reducing view distance
1 parent da93594 commit 72e3499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/wurstclient/glass/test/MoGlassTestClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ private void runTests()
4040
System.out.println("Starting Mo Glass End-to-End Test");
4141
waitForResourceLoading();
4242
disableInactivityFpsLimit();
43+
submitAndWait(mc -> mc.options.getViewDistance().setValue(5));
4344

4445
if(submitAndGet(mc -> mc.options.onboardAccessibility))
4546
{

0 commit comments

Comments
 (0)