Increase output check timeout to 8" under CI
This commit is contained in:
parent
c7f3743949
commit
e899240d70
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user