From 7210ab22d745c8be00ce01e303f55411a907745f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 9 Apr 2012 14:48:15 +0200 Subject: [PATCH] t/166-assign: remove unnecessary sleeps --- testcases/t/166-assign.t | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testcases/t/166-assign.t b/testcases/t/166-assign.t index 8d05c05b..43338d55 100644 --- a/testcases/t/166-assign.t +++ b/testcases/t/166-assign.t @@ -92,8 +92,6 @@ $window->destroy; exit_gracefully($pid); -sleep 0.25; - ##################################################################### # start a window and see that it gets assigned to a workspace which has content # already, next to the existing node. @@ -154,8 +152,6 @@ $window->destroy; exit_gracefully($pid); -sleep 0.25; - ##################################################################### # make sure that assignments are case-insensitive in the old syntax. ##################################################################### @@ -184,8 +180,6 @@ $window->destroy; exit_gracefully($pid); -sleep 0.25; - ##################################################################### # regression test: dock clients with floating assignments should not crash # (instead, nothing should happen - dock clients can’t float)