mirror of
https://github.com/i3/i3.git
synced 2026-02-04 15:45:44 +00:00
t/323-net-frame-extents.t: unflake by adding sync_with_i3 (#6545)
related to https://github.com/i3/i3/issues/3009
This commit is contained in:
committed by
GitHub
parent
0d6c6def8c
commit
9911520f4f
@ -25,6 +25,9 @@ my $pid = launch_with_config('-default');
|
||||
sub net_frame_extents {
|
||||
my ($window) = @_;
|
||||
|
||||
# Ensure the previous i3 command has reached X11.
|
||||
sync_with_i3;
|
||||
|
||||
my $cookie = $x->get_property(
|
||||
0,
|
||||
$window->{id},
|
||||
|
||||
Reference in New Issue
Block a user