Increase output check timeout to 8" under CI

This commit is contained in:
Thibault Jouan 2015-04-16 17:33:22 +00:00
parent c7f3743949
commit e899240d70

View File

@ -27,3 +27,7 @@ end
Around '@other_wm_running' do |_, block| Around '@other_wm_running' do |_, block|
with_other_wm { block.call } with_other_wm { block.call }
end end
if ENV.key? 'TRAVIS'
ENV['UHWMTEST_OUTPUT_TIMEOUT'] = 8.to_s
end