]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/001-tile.t
testcases: replace sleep with sync_with_i3 where appropiate
[i3/i3] / testcases / t / 001-tile.t
index 460cbd9042f75251595d49e61c89f7cd392d5018..65af8d744220d13c15c7bd9fada0db645333cc46 100644 (file)
@@ -18,7 +18,7 @@ is_deeply($window->rect, $original_rect, "rect unmodified before mapping");
 
 $window->map;
 
-sleep(0.25);
+sleep(0.5);
 
 my $new_rect = $window->rect;
 ok(!eq_hash($new_rect, $original_rect), "Window got repositioned");