From e899240d70e7c926bd44f142270b023520c0ae2a Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Thu, 16 Apr 2015 17:33:22 +0000 Subject: [PATCH] Increase output check timeout to 8" under CI --- features/support/env.rb | 4 ++++ 1 file changed, 4 insertions(+) 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