File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ def _process_wait_opts opts
69
69
# If only a number is provided then it's treated as the timeout value.
70
70
#
71
71
# @param [Hash] opts Options
72
- # @option opts [Numeric] :timeout (5 ) Seconds to wait before timing out.
73
- # @option opts [Numeric] :interval (0.2 ) Seconds to sleep between polls.
72
+ # @option opts [Numeric] :timeout (30 ) Seconds to wait before timing out.
73
+ # @option opts [Numeric] :interval (0.5 ) Seconds to sleep between polls.
74
74
# @option opts [String] :message Exception message if timed out.
75
75
# @option opts [Array, Exception] :ignore Exceptions to ignore while polling (default: Exception)
76
76
def wait_true opts = { } , &block
@@ -87,8 +87,8 @@ def wait_true opts={}, &block
87
87
# If only a number is provided then it's treated as the timeout value.
88
88
#
89
89
# @param [Hash] opts Options
90
- # @option opts [Numeric] :timeout (5 ) Seconds to wait before timing out.
91
- # @option opts [Numeric] :interval (0.2 ) Seconds to sleep between polls.
90
+ # @option opts [Numeric] :timeout (30 ) Seconds to wait before timing out.
91
+ # @option opts [Numeric] :interval (0.5 ) Seconds to sleep between polls.
92
92
# @option opts [String] :message Exception message if timed out.
93
93
# @option opts [Array, Exception] :ignore Exceptions to ignore while polling (default: Exception)
94
94
def wait opts = { } , &block
You can’t perform that action at this time.
0 commit comments