From 9ee5ae51d4bd6d980b87d7455ce060ac3e39dfdd Mon Sep 17 00:00:00 2001 From: Zach Dennis Date: Sun, 17 Jul 2016 12:22:20 -0400 Subject: [PATCH] TRY AGAIN --- spec/features/addons/listing_addons_spec.rb | 3 --- spec/support/matchers/have_exit_code.rb | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/spec/features/addons/listing_addons_spec.rb b/spec/features/addons/listing_addons_spec.rb index ee81e24..6863875 100644 --- a/spec/features/addons/listing_addons_spec.rb +++ b/spec/features/addons/listing_addons_spec.rb @@ -13,9 +13,6 @@ before do set_yap_command_line_arguments yap_cli_args - - turn_on_debug_log(debug: 'editor') - reinitialize_shell end diff --git a/spec/support/matchers/have_exit_code.rb b/spec/support/matchers/have_exit_code.rb index 204e4f4..c41617d 100644 --- a/spec/support/matchers/have_exit_code.rb +++ b/spec/support/matchers/have_exit_code.rb @@ -3,7 +3,7 @@ match do |block| shell = block.call - Timeout.timeout(5) do + Timeout.timeout(20) do loop do break if shell.exited? sleep 0.01