From 0fe564d122737824d4b004e4be2cb3843e7a0007 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 9 Jul 2011 01:01:52 +0200 Subject: [PATCH] tests: t/19-match needs a little delay --- testcases/t/19-match.t | 2 ++ 1 file changed, 2 insertions(+) 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');