You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by zj...@apache.org on 2014/11/11 02:15:46 UTC

tez git commit: TEZ-1746. addendum. Increase the timeout of TestExceptionPropagation.testExceptionPropagationSession

Repository: tez
Updated Branches:
  refs/heads/master 6dda1d77b -> 8f8bac843


TEZ-1746. addendum. Increase the timeout of TestExceptionPropagation.testExceptionPropagationSession


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

Branch: refs/heads/master
Commit: 8f8bac8430b7b2cba6bbada66724b61c890521b6
Parents: 6dda1d7
Author: Jeff Zhang <zj...@apache.org>
Authored: Tue Nov 11 09:12:51 2014 +0800
Committer: Jeff Zhang <zj...@apache.org>
Committed: Tue Nov 11 09:15:22 2014 +0800

----------------------------------------------------------------------
 .../test/java/org/apache/tez/test/TestExceptionPropagation.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/8f8bac84/tez-tests/src/test/java/org/apache/tez/test/TestExceptionPropagation.java
----------------------------------------------------------------------
diff --git a/tez-tests/src/test/java/org/apache/tez/test/TestExceptionPropagation.java b/tez-tests/src/test/java/org/apache/tez/test/TestExceptionPropagation.java
index efb6eb6..bb9888a 100644
--- a/tez-tests/src/test/java/org/apache/tez/test/TestExceptionPropagation.java
+++ b/tez-tests/src/test/java/org/apache/tez/test/TestExceptionPropagation.java
@@ -212,7 +212,7 @@ public class TestExceptionPropagation {
    * @throws Exception
    * 
    */
-  @Test(timeout = 300000)
+  @Test(timeout = 600000)
   public void testExceptionPropagationSession() throws Exception {
     try {
       startSessionClient();