increase long-test timeout

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

Branch: refs/heads/cassandra-1.1
Commit: e6326e9fd85fca0e81adb04b0405cb7db1b51ac6
Parents: e7f28f3
Author: Jonathan Ellis <jbel...@apache.org>
Authored: Tue Sep 18 09:57:20 2012 -0500
Committer: Jonathan Ellis <jbel...@apache.org>
Committed: Tue Sep 18 09:57:20 2012 -0500

----------------------------------------------------------------------
 build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e6326e9f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 6a97687..08b597b 100644
--- a/build.xml
+++ b/build.xml
@@ -84,7 +84,7 @@
     <property name="maven-repository-id" value="apache.snapshots.https"/>
 
     <property name="test.timeout" value="60000" />
-    <property name="test.long.timeout" value="300000" />
+    <property name="test.long.timeout" value="600000" />
 
     <!-- http://cobertura.sourceforge.net/ -->
     <property name="cobertura.version" value="1.9.4.1"/>

Reply via email to