Skip to content

Commit

Permalink
Extend CTS poll count for event based tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Apr 28, 2022
1 parent 9c63557 commit 7e4a909
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 50;
private Integer pollCount = 100;
private Integer pollPeriod = 100; // milliseconds


Expand Down
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 = 50;
private Integer pollCount = 100;
private Integer pollPeriod = 100; // milliseconds


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class TestSupportedRelationshipReferenceCopyLifecycle extends RepositoryC
* results in a 1000ms (1s) timeout.
*
*/
private Integer pollCount = 50;
private Integer pollCount = 100;
private Integer pollPeriod = 100; // milliseconds

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

0 comments on commit 7e4a909

Please sign in to comment.