Increase the amount of time we wait for stopped tests to die (#3211)
At the current number, many PHP frameworks don't get shut down completely
before the toolset gives up and prints an error message. These error
messages are very alarming because they make it look like a port like
port 8080 isn't being released.
The new, higher number was enough to not see that error message in a
test on ServerCentral with cakephp. Hopefully that means it's high
enough for the rest of the PHP frameworks.