]> git.sur5r.net Git - i3/i3/commitdiff
t/166-assign: remove unnecessary sleeps
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 9 Apr 2012 12:48:15 +0000 (14:48 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 9 Apr 2012 12:48:15 +0000 (14:48 +0200)
testcases/t/166-assign.t

index 8d05c05bf239de156f5cbd5225c1185b88a763f5..43338d558e0adf8f0393782d0e42c847f991a9b4 100644 (file)
@@ -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)