Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 8c368b6

Browse files
committed
change test Cassandra timeout for astyanax to allow for long request to drop keyspace
1 parent 93cb4ad commit 8c368b6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

stack/core/src/test/resources/usergrid-custom-test.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# these settings allow tests to run and consistently pass on 16GB MacBook Pro
1616
# with ug.heapmax=5000m and ug.heapmin=3000m (set in Maven settings.xml)
17-
cassandra.timeout=2000
17+
cassandra.timeout=20000
1818
cassandra.connections=1000
1919

2020

stack/corepersistence/graph/src/test/resources/usergrid-UNIT.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cassandra.version=1.2
55
cassandra.hosts=localhost
66
cassandra.cluster_name=Usergrid
77
collections.keyspace=Usergrid_Collections
8-
cassandra.timeout=2000
8+
cassandra.timeout=20000
99
cassandra.embedded=true
1010

1111

stack/rest/src/test/resources/usergrid-custom-test.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# REST module test properties
1717

1818
cassandra.startup=external
19-
cassandra.timeout=2000
19+
cassandra.timeout=20000
2020
cassandra.connections=800
2121

2222
elasticsearch.startup=external

stack/services/src/test/resources/usergrid-custom-test.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# with ug.heapmax=5000m and ug.heapmin=3000m (set in Maven settings.xml)
1717
cassandra.startup=external
1818
elasticsearch.startup=external
19-
cassandra.timeout=2000
19+
cassandra.timeout=20000
2020
cassandra.connections=1000
2121

2222
#Poll interval to check for new jobs in millseconds. 10 milliseconds for testing

0 commit comments

Comments
 (0)