Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
change test Cassandra timeout for astyanax to allow for long request …
Browse files Browse the repository at this point in the history
…to drop keyspace
  • Loading branch information
mdunker committed Aug 9, 2017
1 parent 93cb4ad commit 8c368b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# 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)
cassandra.timeout=2000
cassandra.timeout=20000
cassandra.connections=1000


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cassandra.version=1.2
cassandra.hosts=localhost
cassandra.cluster_name=Usergrid
collections.keyspace=Usergrid_Collections
cassandra.timeout=2000
cassandra.timeout=20000
cassandra.embedded=true


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# REST module test properties

cassandra.startup=external
cassandra.timeout=2000
cassandra.timeout=20000
cassandra.connections=800

elasticsearch.startup=external
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# with ug.heapmax=5000m and ug.heapmin=3000m (set in Maven settings.xml)
cassandra.startup=external
elasticsearch.startup=external
cassandra.timeout=2000
cassandra.timeout=20000
cassandra.connections=1000

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

0 comments on commit 8c368b6

Please sign in to comment.