Skip to content

Commit 0082238

Browse files
committed
longer timeout for C*
1 parent da57e41 commit 0082238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalardb/src/scalardb/db/cluster.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
(def ^:private ^:const DEFAULT_CLUSTER_NODE_COUNT 3)
2020
(def ^:private ^:const DEFAULT_CASSANDRA_REPLICA_COUNT 3)
2121

22-
(def ^:private ^:const TIMEOUT_SEC 600)
22+
(def ^:private ^:const TIMEOUT_SEC 900)
2323
(def ^:private ^:const INTERVAL_SEC 10)
2424

2525
(def ^:private ^:const CLUSTER_NODE_NAME "scalardb-cluster-node")

0 commit comments

Comments
 (0)