Repository: usergrid Updated Branches: refs/heads/master 712589973 -> cf816799f
Set test timeouts higher due to schema changes taking awhile, and there are frequent schema changes in the test suites. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/cf816799 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/cf816799 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/cf816799 Branch: refs/heads/master Commit: cf816799f75c388c1e6330539d7e6fb41a0a6402 Parents: 7125899 Author: Michael Russo <[email protected]> Authored: Mon Jan 23 14:21:55 2017 -0800 Committer: Michael Russo <[email protected]> Committed: Mon Jan 23 14:21:55 2017 -0800 ---------------------------------------------------------------------- stack/services/src/test/resources/usergrid-custom-test.properties | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/cf816799/stack/services/src/test/resources/usergrid-custom-test.properties ---------------------------------------------------------------------- diff --git a/stack/services/src/test/resources/usergrid-custom-test.properties b/stack/services/src/test/resources/usergrid-custom-test.properties index b686ea6..49f8b5d 100644 --- a/stack/services/src/test/resources/usergrid-custom-test.properties +++ b/stack/services/src/test/resources/usergrid-custom-test.properties @@ -14,6 +14,8 @@ # these settings allow tests to run and consistently pass on 16GB MacBook Pro # with ug.heapmax=5000m and ug.heapmin=3000m (set in Maven settings.xml) +# Higher timeout for schema changes +cassandra.timeout=25000 cassandra.startup=external cassandra.connections=30 cassandra.timeout.pool=20000
