From e9acd36ce438624751e14b56fee5bd79318cbad0 Mon Sep 17 00:00:00 2001 From: Maik Fischer Date: Tue, 22 Nov 2011 00:42:26 +0100 Subject: [PATCH] t/005-floating.t: fix potentional race condition --- testcases/t/005-floating.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/t/005-floating.t b/testcases/t/005-floating.t index d62a0366..ac6623f2 100644 --- a/testcases/t/005-floating.t +++ b/testcases/t/005-floating.t @@ -76,8 +76,8 @@ $window->map; wait_for_map $window; cmd 'floating enable'; +sync_with_i3($x); -# XXX potentionally racy ($absolute, $top) = $window->rect; cmp_ok($absolute->{width}, '==', 80, "i3 let the width at 80"); -- 2.39.5