You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/09 18:30:30 UTC

incubator-ignite git commit: #[IGNITE-663]: increated test timeout.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-633 [created] cd44d6e92


#[IGNITE-663]: increated test timeout.


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

Branch: refs/heads/ignite-633
Commit: cd44d6e929ccee0109a492492633db7161fc3628
Parents: da27efd
Author: iveselovskiy <iv...@gridgain.com>
Authored: Tue Jun 9 19:29:21 2015 +0300
Committer: iveselovskiy <iv...@gridgain.com>
Committed: Tue Jun 9 19:29:21 2015 +0300

----------------------------------------------------------------------
 .../processors/hadoop/HadoopMapReduceEmbeddedSelfTest.java      | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cd44d6e9/modules/hadoop/src/test/java/org/apache/ignite/internal/processors/hadoop/HadoopMapReduceEmbeddedSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/hadoop/src/test/java/org/apache/ignite/internal/processors/hadoop/HadoopMapReduceEmbeddedSelfTest.java b/modules/hadoop/src/test/java/org/apache/ignite/internal/processors/hadoop/HadoopMapReduceEmbeddedSelfTest.java
index a329a95..7332aea 100644
--- a/modules/hadoop/src/test/java/org/apache/ignite/internal/processors/hadoop/HadoopMapReduceEmbeddedSelfTest.java
+++ b/modules/hadoop/src/test/java/org/apache/ignite/internal/processors/hadoop/HadoopMapReduceEmbeddedSelfTest.java
@@ -43,6 +43,11 @@ public class HadoopMapReduceEmbeddedSelfTest extends HadoopMapReduceTest {
         .put("flags", new HashMap<String, Boolean>());
 
     /** {@inheritDoc} */
+    @Override protected long getTestTimeout() {
+        return 8 * 60 * 1000; // Increased timeout, see https://issues.apache.org/jira/browse/IGNITE-633.
+    }
+
+    /** {@inheritDoc} */
     @Override public HadoopConfiguration hadoopConfiguration(String gridName) {
         HadoopConfiguration cfg = super.hadoopConfiguration(gridName);