Support usage of ICCCM compliant window in UAT

This commit is contained in:
Thibault Jouan
2015-04-29 02:37:31 +00:00
parent 97abd402b1
commit eed9cdf0c0
2 changed files with 17 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ Around '@other_wm_running' do |_, block|
with_other_wm { block.call }
end
After '@icccm_window' do
icccm_window_ensure_stop
end
if ENV.key? 'TRAVIS'
ENV['UHWMTEST_TIMEOUT'] = 8.to_s
end