Repository: usergrid Updated Branches: refs/heads/master 8fda9374f -> fab971d86
Increase # of database connections for collection tests. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/fab971d8 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/fab971d8 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/fab971d8 Branch: refs/heads/master Commit: fab971d8659dc6695561e15f1bbcda4bba110e7d Parents: 8fda937 Author: Michael Russo <[email protected]> Authored: Sun Nov 20 22:51:42 2016 -0800 Committer: Michael Russo <[email protected]> Committed: Sun Nov 20 22:51:42 2016 -0800 ---------------------------------------------------------------------- .../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/fab971d8/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 43b5a01..4b5fc6f 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=30 +cassandra.connections=50 cassandra.timeout.pool=30000 cassandra.port=9160 cassandra.hosts=localhost
