mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-01 18:32:33 +02:00
Print test output when ran through Gradle
This commit is contained in:
@@ -1088,7 +1088,7 @@ public class CommandsIntegrationTest {
|
||||
.whenRunCommand("bulkupdate all update permission group.mod \"permission == group.moderator\"")
|
||||
.thenExpect("[LP] Running bulk update.");
|
||||
|
||||
assertTrue(completed.await(5, TimeUnit.SECONDS));
|
||||
assertTrue(completed.await(15, TimeUnit.SECONDS), "operation did not complete in the allotted time");
|
||||
|
||||
Group adminGroup = plugin.getGroupManager().getIfLoaded("admin");
|
||||
assertNotNull(adminGroup);
|
||||
|
Reference in New Issue
Block a user