Updated Branches:
  refs/heads/trunk f11c3091c -> 9506b34dd

SQOOP-606: Increase unit test timeout.

(Cheolsoo Park via Jarek Jarcec Cecho)


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

Branch: refs/heads/trunk
Commit: 9506b34ddf3cdd735619a7765e7fd97b3a509f4f
Parents: f11c309
Author: Jarek Jarcec Cecho <[email protected]>
Authored: Mon Sep 17 23:13:38 2012 +0200
Committer: Jarek Jarcec Cecho <[email protected]>
Committed: Mon Sep 17 23:13:38 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/sqoop/blob/9506b34d/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 17037ca..12ba785 100644
--- a/build.xml
+++ b/build.xml
@@ -174,7 +174,7 @@
   <!-- testing with JUnit -->
   <property name="test.junit.output.format" value="plain"/>
   <property name="test.output" value="no"/>
-  <property name="test.timeout" value="600000"/>
+  <property name="test.timeout" value="1200000"/>
 
   <!-- static analysis -->
   <property name="findbugs.out.dir" value="${build.dir}/findbugs" />

Reply via email to