You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/09/18 16:57:55 UTC

[2/3] git commit: increase long-test timeout

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/trunk
Commit: e6326e9fd85fca0e81adb04b0405cb7db1b51ac6
Parents: e7f28f3
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Sep 18 09:57:20 2012 -0500
Committer: Jonathan Ellis <jb...@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"/>