Skip to content

Commit

Permalink
Merge pull request #7314 from planetf1/cts_reverttiming
Browse files Browse the repository at this point in the history
Revert "#7254 increase poll retry count for cts"
  • Loading branch information
planetf1 authored Jan 11, 2023
2 parents 400f94e + 3390cd2 commit b16150f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public class TestSupportedEntityProxyLifecycle extends RepositoryConformanceTest
* results in a 1000ms (1s) timeout.
*
*/
private Integer pollCount = 200;
private Integer pollCount = 100;
private Integer pollPeriod = 100; // milliseconds


Expand Down Expand Up @@ -1504,4 +1504,4 @@ public void cleanup() throws Exception
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class TestSupportedEntityReferenceCopyLifecycle extends RepositoryConform
* results in a 1000ms (1s) timeout.
*
*/
private Integer pollCount = 200;
private Integer pollCount = 100;
private Integer pollPeriod = 100; // milliseconds


Expand Down Expand Up @@ -1508,4 +1508,4 @@ public void cleanup() throws Exception
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public class TestSupportedRelationshipReferenceCopyLifecycle extends RepositoryC
* results in a 1000ms (1s) timeout.
*
*/
private Integer pollCount = 200;
private Integer pollCount = 100;
private Integer pollPeriod = 100; // milliseconds

private List<EntityDetail> createdEntitiesCTS = new ArrayList<>();
Expand Down

0 comments on commit b16150f

Please sign in to comment.