about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-05-23 08:51:13 +0000
committerEric Wong <e@80x24.org>2014-05-30 22:12:51 +0000
commit9be3f68b9d8d86379339dc0e6852612061880e38 (patch)
tree4fbc253a72a2aa965f9526fd9837b0c8b78d3a30
parent446a21c9ac664f7456e2e4e739979baab8ba13c1 (diff)
downloadcmogstored-9be3f68b9d8d86379339dc0e6852612061880e38.tar.gz
The iostat may take a while to notice a new device,
so let it run a bit.
-rw-r--r--test/mgmt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mgmt.rb b/test/mgmt.rb
index 67ffca1..04d3e19 100644
--- a/test/mgmt.rb
+++ b/test/mgmt.rb
@@ -341,7 +341,7 @@ class TestMgmt < Test::Unit::TestCase
     str = nil
 
     # wait for iostat to catch up
-    10.times do
+    30.times do
       str = @client.gets
       assert_kind_of String, str
       break if str =~ /^666\t/