diff --git a/features/support/env.rb b/features/support/env.rb index 1428a0b..20fd06f 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -27,3 +27,7 @@ end Around '@other_wm_running' do |_, block| with_other_wm { block.call } end + +if ENV.key? 'TRAVIS' + ENV['UHWMTEST_OUTPUT_TIMEOUT'] = 8.to_s +end