File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def connect_to_cdp_server
63
63
MSG
64
64
end
65
65
66
- TIMEOUT_SEC = ( ENV [ 'RUBY_DEBUG_TIMEOUT_SEC' ] || 30 ) . to_i
66
+ TIMEOUT_SEC = ( ENV [ 'RUBY_DEBUG_TIMEOUT_SEC' ] || 10 ) . to_i
67
67
HOST = '127.0.0.1'
68
68
69
69
def run_cdp_scenario program , &msgs
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def connect_to_dap_server test_info
96
96
sock
97
97
end
98
98
99
- TIMEOUT_SEC = ( ENV [ 'RUBY_DEBUG_TIMEOUT_SEC' ] || 30 ) . to_i
99
+ TIMEOUT_SEC = ( ENV [ 'RUBY_DEBUG_TIMEOUT_SEC' ] || 10 ) . to_i
100
100
101
101
def run_dap_scenario program , &msgs
102
102
begin
Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ def send **kw
644
644
end
645
645
end
646
646
647
- TIMEOUT_SEC = ( ENV [ 'RUBY_DEBUG_TIMEOUT_SEC' ] || 30 ) . to_i
647
+ TIMEOUT_SEC = ( ENV [ 'RUBY_DEBUG_TIMEOUT_SEC' ] || 10 ) . to_i
648
648
649
649
def assert_dap_response expected_def , result_res
650
650
return unless defined? DAP_HASH
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def debug_print msg
96
96
RUBY = ENV [ 'RUBY' ] || RbConfig . ruby
97
97
RDBG_EXECUTABLE = "#{ RUBY } #{ __dir__ } /../../exe/rdbg"
98
98
99
- TIMEOUT_SEC = ( ENV [ 'RUBY_DEBUG_TIMEOUT_SEC' ] || 30 ) . to_i
99
+ TIMEOUT_SEC = ( ENV [ 'RUBY_DEBUG_TIMEOUT_SEC' ] || 10 ) . to_i
100
100
101
101
def get_target_ui
102
102
ENV [ 'RUBY_DEBUG_TEST_UI' ]
You can’t perform that action at this time.
0 commit comments