You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2017/10/25 00:26:42 UTC

mesos git commit: Further increased the store timeout for the registrar tests.

Repository: mesos
Updated Branches:
  refs/heads/master bd944b79c -> 2dd622a70


Further increased the store timeout for the registrar tests.


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

Branch: refs/heads/master
Commit: 2dd622a70280ceaacfd7d611dfb4eddfdbf23ac7
Parents: bd944b7
Author: Benjamin Mahler <bm...@apache.org>
Authored: Tue Oct 24 17:26:34 2017 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Tue Oct 24 17:26:34 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/2dd622a7/src/tests/registrar_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/registrar_tests.cpp b/src/tests/registrar_tests.cpp
index 210b228..b0fc5f6 100644
--- a/src/tests/registrar_tests.cpp
+++ b/src/tests/registrar_tests.cpp
@@ -175,7 +175,7 @@ protected:
     state = new State(storage);
 
     // Compensate for slow CI machines / VMs.
-    flags.registry_store_timeout = Seconds(10);
+    flags.registry_store_timeout = Seconds(15);
 
     master.CopyFrom(protobuf::createMasterInfo(UPID("master@127.0.0.1:5050")));