]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph_test_rados_misc: shorten mount timeout
authorSage Weil <sage@redhat.com>
Fri, 18 Mar 2016 14:34:26 +0000 (10:34 -0400)
committerSage Weil <sage@redhat.com>
Fri, 18 Mar 2016 14:34:53 +0000 (10:34 -0400)
This might fix #13992.

Signed-off-by: Sage Weil <sage@redhat.com>
src/test/librados/misc.cc

index 24ebe97838a9cc10c857762e343d0b39716b9eb3..9cc7f2223f4050d8feea6416bd225ccae03abd9e 100644 (file)
@@ -59,7 +59,7 @@ TEST(LibRadosMiscConnectFailure, ConnectFailure) {
   ASSERT_EQ(0, rados_conf_read_file(cluster, NULL));
   ASSERT_EQ(0, rados_conf_parse_env(cluster, NULL));
 
-  ASSERT_EQ(0, rados_conf_set(cluster, "client_mount_timeout", "0.000001"));
+  ASSERT_EQ(0, rados_conf_set(cluster, "client_mount_timeout", "0.000000001"));
 
   ASSERT_EQ(-ENOTCONN, rados_monitor_log(cluster, "error",
                                          test_rados_log_cb, NULL));