You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by md...@apache.org on 2017/08/17 03:08:18 UTC

usergrid git commit: increase test cassandra.timeout settings

Repository: usergrid
Updated Branches:
  refs/heads/master a6fee789d -> f22c6c4bb


increase test cassandra.timeout settings


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/f22c6c4b
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/f22c6c4b
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/f22c6c4b

Branch: refs/heads/master
Commit: f22c6c4bbe89b6fa94ce223b3381e23ccda4f71c
Parents: a6fee78
Author: Mike Dunker <md...@google.com>
Authored: Wed Aug 16 20:07:45 2017 -0700
Committer: Mike Dunker <md...@google.com>
Committed: Wed Aug 16 20:07:45 2017 -0700

----------------------------------------------------------------------
 .../common/src/test/resources/usergrid-UNIT.properties             | 2 +-
 stack/rest/src/test/resources/usergrid-custom-test.properties      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/f22c6c4b/stack/corepersistence/common/src/test/resources/usergrid-UNIT.properties
----------------------------------------------------------------------
diff --git a/stack/corepersistence/common/src/test/resources/usergrid-UNIT.properties b/stack/corepersistence/common/src/test/resources/usergrid-UNIT.properties
index 0a43209..13b2937 100644
--- a/stack/corepersistence/common/src/test/resources/usergrid-UNIT.properties
+++ b/stack/corepersistence/common/src/test/resources/usergrid-UNIT.properties
@@ -24,7 +24,7 @@ cassandra.port=9160
 cassandra.hosts=localhost
 cassandra.cluster_name=Usergrid
 collections.keyspace=Usergrid_Collections
-cassandra.timeout=10000
+cassandra.timeout=20000
 cassandra.embedded=true
 
 collections.keyspace.strategy.options=replication_factor:1

http://git-wip-us.apache.org/repos/asf/usergrid/blob/f22c6c4b/stack/rest/src/test/resources/usergrid-custom-test.properties
----------------------------------------------------------------------
diff --git a/stack/rest/src/test/resources/usergrid-custom-test.properties b/stack/rest/src/test/resources/usergrid-custom-test.properties
index 615bedd..cbec81f 100644
--- a/stack/rest/src/test/resources/usergrid-custom-test.properties
+++ b/stack/rest/src/test/resources/usergrid-custom-test.properties
@@ -18,6 +18,7 @@
 cassandra.startup=external
 cassandra.connections=30
 cassandra.timeout.pool=20000
+cassandra.timeout=20000
 
 
 hystrix.threadpool.graph_user.coreSize=1200