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 <normalperson@yhbt.net>2014-05-23 08:51:50 +0000
commita59d6e528febec2d7bce6963adae437a79a20410 (patch)
treef9b33d621d186c34529e0234f775cb02f4818432
parent506e082b551ea2d337d68d8a929bdacfb7e77f95 (diff)
downloadcmogstored-a59d6e528febec2d7bce6963adae437a79a20410.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/