You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/07/07 00:18:38 UTC

mesos git commit: Increased the timeout in DiskQuotaTest.SlaveRecovery.

Repository: mesos
Updated Branches:
  refs/heads/master 760894e56 -> 8985f1e0d


Increased the timeout in DiskQuotaTest.SlaveRecovery.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8985f1e0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8985f1e0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8985f1e0

Branch: refs/heads/master
Commit: 8985f1e0d9d16d1c3fd756a06146ad6d405d890e
Parents: 760894e
Author: Jie Yu <yu...@gmail.com>
Authored: Wed Jul 6 17:18:16 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed Jul 6 17:18:30 2016 -0700

----------------------------------------------------------------------
 src/tests/disk_quota_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8985f1e0/src/tests/disk_quota_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/disk_quota_tests.cpp b/src/tests/disk_quota_tests.cpp
index 61ed464..53de868 100644
--- a/src/tests/disk_quota_tests.cpp
+++ b/src/tests/disk_quota_tests.cpp
@@ -656,7 +656,7 @@ TEST_F(DiskQuotaTest, SlaveRecovery)
       break;
     }
 
-    ASSERT_LT(elapsed, Seconds(5));
+    ASSERT_LT(elapsed, Seconds(15));
 
     os::sleep(Milliseconds(1));
     elapsed += Milliseconds(1);