Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.0 a9a2d75b2 -> d7068fd72


Increase unit test timeout from 1m to 4m

The new timeout matches what we've been using in CI for some time now.


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b85da719
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b85da719
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/b85da719

Branch: refs/heads/cassandra-3.0
Commit: b85da71961076d9c205f6d08155a3269a257d4bd
Parents: a6619e5
Author: Tyler Hobbs <tylerlho...@gmail.com>
Authored: Wed Dec 2 15:31:10 2015 -0600
Committer: Tyler Hobbs <tylerlho...@gmail.com>
Committed: Wed Dec 2 15:31:10 2015 -0600

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b85da719/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 4bbbe69..e73a7b0 100644
--- a/build.xml
+++ b/build.xml
@@ -91,7 +91,7 @@
     <property name="maven-repository-url" 
value="https://repository.apache.org/content/repositories/snapshots"/>
     <property name="maven-repository-id" value="apache.snapshots.https"/>
 
-    <property name="test.timeout" value="60000" />
+    <property name="test.timeout" value="240000" />
     <property name="test.long.timeout" value="600000" />
     <property name="test.burn.timeout" value="600000" />
 

Reply via email to