REPO-2967 Increase maximum wait time for tag tests.

This commit is contained in:
Alexandru-Eusebiu Epure
2017-10-31 15:20:56 +02:00
parent 26779bb8f5
commit 89698f8e22
@@ -57,7 +57,7 @@ public class GetTagsTests extends RestTest
int retry = 0;
while(noTagsAfter < noTagsBefore + 3 && retry < 60)
{
Utility.waitToLoopTime(1);
Utility.waitToLoopTime(3);
returnedCollection = restClient.withParams("maxItems=10000").withCoreAPI().getTags();
noTagsAfter = returnedCollection.getEntries().size();
retry++;
@@ -148,7 +148,7 @@ public class GetTagsTests extends RestTest
@TestRail(section = { TestGroup.REST_API, TestGroup.TAGS }, executionType = ExecutionType.REGRESSION,
description = "Verify that file tag is retrieved")
@Test(groups = { TestGroup.REST_API, TestGroup.TAGS, TestGroup.REGRESSION})
public void fileTagIsRetrieved() throws Exception
public void e () throws Exception
{
restClient.authenticateUser(adminUserModel);
returnedCollection = restClient.withParams("maxItems=10000").withCoreAPI().getTags();