Merge pull request #1012 from ruwany/master

Increasing timeout
application-manager-new
inoshperera 7 years ago committed by GitHub
commit 27eb8f3a34

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

Loading…
Cancel
Save