From: Michael Stapelberg Date: Fri, 8 Jul 2011 23:01:52 +0000 (+0200) Subject: tests: t/19-match needs a little delay X-Git-Tag: tree-pr4~60 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0fe564d122737824d4b004e4be2cb3843e7a0007;p=i3%2Fi3 tests: t/19-match needs a little delay --- diff --git a/testcases/t/19-match.t b/testcases/t/19-match.t index 15f18891..2332bc71 100644 --- a/testcases/t/19-match.t +++ b/testcases/t/19-match.t @@ -113,6 +113,8 @@ ok(@{$content} == 2, 'two windows opened'); cmd '[class="special" title="left"] kill'; +sleep 0.25; + $content = get_ws_content($tmp); is(@{$content}, 1, 'one window still there');