Skip to content

Commit

Permalink
Increase timeout in debug_code
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun authored and ko1 committed Mar 7, 2023
1 parent bd9a3be commit 28b1197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/console_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def create_message fail_msg, test_info
end

def debug_code(program, remote: true, &test_steps)
Timeout.timeout(30) do
Timeout.timeout(60) do
prepare_test_environment(program, test_steps) do
if remote && !NO_REMOTE && MULTITHREADED_TEST
begin
Expand Down

0 comments on commit 28b1197

Please sign in to comment.