t/166-assign: remove unnecessary sleeps

This commit is contained in:
Michael Stapelberg 2012-04-09 14:48:15 +02:00
parent 0f10ccdf12
commit 7210ab22d7
1 changed files with 0 additions and 6 deletions

View File

@ -92,8 +92,6 @@ $window->destroy;
exit_gracefully($pid); exit_gracefully($pid);
sleep 0.25;
##################################################################### #####################################################################
# start a window and see that it gets assigned to a workspace which has content # start a window and see that it gets assigned to a workspace which has content
# already, next to the existing node. # already, next to the existing node.
@ -154,8 +152,6 @@ $window->destroy;
exit_gracefully($pid); exit_gracefully($pid);
sleep 0.25;
##################################################################### #####################################################################
# make sure that assignments are case-insensitive in the old syntax. # make sure that assignments are case-insensitive in the old syntax.
##################################################################### #####################################################################
@ -184,8 +180,6 @@ $window->destroy;
exit_gracefully($pid); exit_gracefully($pid);
sleep 0.25;
##################################################################### #####################################################################
# regression test: dock clients with floating assignments should not crash # regression test: dock clients with floating assignments should not crash
# (instead, nothing should happen - dock clients cant float) # (instead, nothing should happen - dock clients cant float)