Skip to content

Commit b2ed0a0

Browse files
authored
Merge pull request #6453 from planetf1/ctspoll1
Extend CTS poll count for event based tests
2 parents ef8ff7b + 9c13840 commit b2ed0a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

open-metadata-conformance-suite/open-metadata-conformance-suite-server/src/main/java/org/odpi/openmetadata/conformance/tests/repository/instances/TestSupportedEntityProxyLifecycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public class TestSupportedEntityProxyLifecycle extends RepositoryConformanceTest
143143
* results in a 1000ms (1s) timeout.
144144
*
145145
*/
146-
private Integer pollCount = 50;
146+
private Integer pollCount = 100;
147147
private Integer pollPeriod = 100; // milliseconds
148148

149149

open-metadata-conformance-suite/open-metadata-conformance-suite-server/src/main/java/org/odpi/openmetadata/conformance/tests/repository/instances/TestSupportedEntityReferenceCopyLifecycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public class TestSupportedEntityReferenceCopyLifecycle extends RepositoryConform
102102
* results in a 1000ms (1s) timeout.
103103
*
104104
*/
105-
private Integer pollCount = 50;
105+
private Integer pollCount = 100;
106106
private Integer pollPeriod = 100; // milliseconds
107107

108108

open-metadata-conformance-suite/open-metadata-conformance-suite-server/src/main/java/org/odpi/openmetadata/conformance/tests/repository/instances/TestSupportedRelationshipReferenceCopyLifecycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public class TestSupportedRelationshipReferenceCopyLifecycle extends RepositoryC
102102
* results in a 1000ms (1s) timeout.
103103
*
104104
*/
105-
private Integer pollCount = 50;
105+
private Integer pollCount = 100;
106106
private Integer pollPeriod = 100; // milliseconds
107107

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

0 commit comments

Comments
 (0)