Skip to content

Commit

Permalink
TRY AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
zdennis committed Jul 17, 2016
1 parent c09f813 commit 9ee5ae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions spec/features/addons/listing_addons_spec.rb
Expand Up @@ -13,9 +13,6 @@

before do
set_yap_command_line_arguments yap_cli_args

turn_on_debug_log(debug: 'editor')

reinitialize_shell
end

Expand Down
2 changes: 1 addition & 1 deletion spec/support/matchers/have_exit_code.rb
Expand Up @@ -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
Expand Down

0 comments on commit 9ee5ae5

Please sign in to comment.