Browse Source

tune down further

Chris Bannister 11 years ago
parent
commit
35676d3704
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -6,7 +6,7 @@ function run_tests() {
 	local version=$1
 	ccm create test -v $version -n 3 -s -d --vnodes
 	ccm status
-	ccm updateconf 'concurrent_reads: 8' 'concurrent_writes: 8' 'rpc_server_type: hsha' 'rpc_min_threads: 2' 'rpc_max_threads: 8' 'write_request_timeout_in_ms: 5000'
+	ccm updateconf 'concurrent_reads: 4' 'concurrent_writes: 4' 'rpc_server_type: hsha' 'rpc_min_threads: 2' 'rpc_max_threads: 8' 'write_request_timeout_in_ms: 10000' 'read_request_timeout_in_ms: 10000'
 
 	local proto=2
 	if [[ $version == 1.2.* ]]; then