increasing timeout for test

merge-requests/1/head
Ace 8 years ago
parent c71d6000d5
commit e6850a2b2b

@ -58,7 +58,7 @@ public class MobileDeviceManagementWithNoDevices extends TestBase {
while (!checkScopes(Constants.APIApplicationRegistration.PERMISSION_LIST)) {
TimeUnit.SECONDS.sleep(5);
long WAIT_TIME = 30000;
long WAIT_TIME = 60000;
if (System.currentTimeMillis() - startTime > WAIT_TIME) {
Assert.fail("Required APIs are not deployed after waiting for " + WAIT_TIME + " time-out has happened");
}

Loading…
Cancel
Save