* Remove a sleep that hopefully is no longer needed.

svn path=/nixos/trunk/; revision=20025
This commit is contained in:
Eelco Dolstra 2010-02-15 19:30:35 +00:00
parent cc90f62ceb
commit eed3f9a118

View file

@ -56,7 +56,6 @@
startAll;
$postgresql->waitForJob("postgresql");
sleep 10; # !!! should not be needed
$postgresql->mustSucceed("createdb trac");
$webserver->mustSucceed("mkdir -p /repos/trac");