From fbda972090b9bae33df43664fbf1fa020510a900 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 5 Jan 2010 11:29:30 +0000 Subject: [PATCH] * This sleep should no longer be needed because in Upstart 0.6 "initctl stop" doesn't return until the job has stopped. svn path=/nixos/trunk/; revision=19224 --- tests/subversion.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/subversion.nix b/tests/subversion.nix index d8386a76a9ff..075dc0e35a39 100644 --- a/tests/subversion.nix +++ b/tests/subversion.nix @@ -114,7 +114,6 @@ in # Stop Apache to gather all the coverage data. $webserver->stopJob("httpd"); - $webserver->execute("sleep 10"); # !!! ''; }