Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 62b6d8ce0 -> f961e84aa
Set test.timeout back to 60 seconds Patch by Michael Schuler; reviewed by Tyler Hobbs for CASSANDRA-10284 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f961e84a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f961e84a Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f961e84a Branch: refs/heads/cassandra-3.0 Commit: f961e84aa6fc139d7227e96b562e76ab857aaad0 Parents: 62b6d8c Author: Michael Shuler <[email protected]> Authored: Tue Sep 8 12:54:25 2015 -0500 Committer: Tyler Hobbs <[email protected]> Committed: Tue Sep 8 12:54:25 2015 -0500 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/f961e84a/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 6048e27..c2b0496 100644 --- a/build.xml +++ b/build.xml @@ -94,7 +94,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="1200000" /> + <property name="test.timeout" value="60000" /> <property name="test.long.timeout" value="600000" /> <property name="test.burn.timeout" value="600000" />
