Skip to content

Commit

Permalink
Merge pull request #7255 from planetf1/ctsfix
Browse files Browse the repository at this point in the history
  • Loading branch information
planetf1 authored Dec 20, 2022
2 parents a15b930 + f7d94b9 commit cd468e7
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 = 100;
private Integer pollCount = 200;
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 = 100;
private Integer pollCount = 200;
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 = 100;
private Integer pollCount = 200;
private Integer pollPeriod = 100; // milliseconds

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

0 comments on commit cd468e7

Please sign in to comment.