You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/05/07 17:13:40 UTC

incubator-usergrid git commit: new props files

Repository: incubator-usergrid
Updated Branches:
  refs/heads/two-dot-o-dev f1bac23ef -> fe6ca3156


new props files


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

Branch: refs/heads/two-dot-o-dev
Commit: fe6ca3156d2f98bbd80f9e36c53ca308b2069a1c
Parents: f1bac23
Author: Shawn Feldman <sf...@apache.org>
Authored: Thu May 7 09:13:33 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Thu May 7 09:13:33 2015 -0600

----------------------------------------------------------------------
 .../queryindex/src/test/resources/usergrid-UNIT.properties       | 4 ++++
 .../services/src/test/resources/usergrid-custom-test.properties  | 3 +++
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/fe6ca315/stack/corepersistence/queryindex/src/test/resources/usergrid-UNIT.properties
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/src/test/resources/usergrid-UNIT.properties b/stack/corepersistence/queryindex/src/test/resources/usergrid-UNIT.properties
index a1d80bf..cb05a48 100644
--- a/stack/corepersistence/queryindex/src/test/resources/usergrid-UNIT.properties
+++ b/stack/corepersistence/queryindex/src/test/resources/usergrid-UNIT.properties
@@ -29,3 +29,7 @@ elasticsearch.number_replicas=0
 
 #Set our timeout to 10 minutes for testing
 elasticsearch.cursor_timeout.minutes=10
+
+
+elasticsearch.buffer_timeout=1
+

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/fe6ca315/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 2663f2a..b5f86ae 100644
--- a/stack/services/src/test/resources/usergrid-custom-test.properties
+++ b/stack/services/src/test/resources/usergrid-custom-test.properties
@@ -31,4 +31,7 @@ usergrid.scheduler.job.timeout=300000
 usergrid.notifications.listener.run=false
 elasticsearch.index_prefix=services_tests
 
+elasticsearch.buffer_timeout=1
+
+