Skip to content

Commit

Permalink
[atlas] bump up timeout for schema coalescence
Browse files Browse the repository at this point in the history
Change-Id: I9a79732daa3c8c64c7431e036a237edb80cfe662
  • Loading branch information
clockfort authored and rjullman committed Oct 2, 2015
1 parent f83cfa8 commit 360ea85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class CassandraConstants {
static final String METADATA_TABLE = "_metadata";
public static final int DEFAULT_REPLICATION_FACTOR = 3;
static final int SECONDS_BETWEEN_GETTING_HOST_LIST = 600; // 10 min
static final int SECONDS_WAIT_FOR_VERSIONS = 20;
static final int SECONDS_WAIT_FOR_VERSIONS = 60;

static final String DEFAULT_COMPRESSION_TYPE = "LZ4Compressor";
static final int PUT_BATCH_SIZE = 100;
Expand Down

0 comments on commit 360ea85

Please sign in to comment.