tests: fix t/19-match.t, needs a delay for i3 to pick up the UnmapNotify event

This commit is contained in:
Michael Stapelberg
2011-03-09 18:47:00 +01:00
parent 86637d2e07
commit 57e7cc8f6a
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@ use Test::More" . (@_ > 0 ? " qw(@_)" : "") . ";
use Test::Exception;
use Data::Dumper;
use AnyEvent::I3;
use Time::HiRes qw(sleep);
use Test::Deep qw(eq_deeply cmp_deeply cmp_set cmp_bag cmp_methods useclass noclass set bag subbagof superbagof subsetof supersetof superhashof subhashof bool str arraylength Isa ignore methods regexprefonly regexpmatches num regexponly scalref reftype hashkeysonly blessed array re hash regexpref hash_each shallow array_each code arrayelementsonly arraylengthonly scalarrefonly listmethods any hashkeys isa);
use v5.10;
use strict;