]> git.sur5r.net Git - i3/i3/commitdiff
tests: t/19-match needs a little delay
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 8 Jul 2011 23:01:52 +0000 (01:01 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 8 Jul 2011 23:01:52 +0000 (01:01 +0200)
testcases/t/19-match.t

index 15f18891cbc5a6f96863b134d12d03931d5d5189..2332bc71c1d31170be5898e21993ef54c1206343 100644 (file)
@@ -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');