tests: t/19-match needs a little delay

next
Michael Stapelberg 2011-07-09 01:01:52 +02:00
parent 0add563448
commit 0fe564d122
1 changed files with 2 additions and 0 deletions

View 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');