Update # of cassandra connections for collection module unit tests.
Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/ba2d9850 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/ba2d9850 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/ba2d9850 Branch: refs/heads/asf-site Commit: ba2d9850e4a54c820e8a9a765079f5230a64dee6 Parents: 5095891 Author: Michael Russo <[email protected]> Authored: Wed Aug 17 16:52:14 2016 -0700 Committer: Michael Russo <[email protected]> Committed: Wed Aug 17 16:52:14 2016 -0700 ---------------------------------------------------------------------- .../collection/src/test/resources/usergrid-UNIT.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/ba2d9850/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties b/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties index 964bbbf..3237910 100644 --- a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties +++ b/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties @@ -18,7 +18,7 @@ # # Keep nothing but overriding test defaults in here -cassandra.connections=50 +cassandra.connections=100 cassandra.port=9160 cassandra.hosts=localhost cassandra.cluster_name=Usergrid
