about summary refs log tree commit homepage
path: root/test/mgmt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/mgmt.rb')
-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/