Skip to content

Commit

Permalink
Adds build flake time to Cassandra multithreaded test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Aug 14, 2016
1 parent a596e0e commit 6ed6a3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private void exceptionsArentCached() throws Exception {
/**
* This shows that any number of threads perform a computation only once.
*/
@Test(timeout = 2000L) // 1000 for the selects + expiration (which is 1 second)
@Test(timeout = 5000L) // 1000 for the selects + expiration (which is 1 second) + build flake time
public void multithreaded() throws Exception {
Session session = CassandraTestGraph.INSTANCE.storage.get().session();
DeduplicatingExecutor executor =
Expand Down

0 comments on commit 6ed6a3b

Please sign in to comment.