commit 72dc457e5c8fbeb25c5b6ff43902d780958859aa Author: Damian Johnson atagar@torproject.org Date: Mon Jun 5 10:52:04 2017 -0700
Perform async tests last
Running our async tests last to give them the most amount of time to finish in the background. --- test/settings.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/settings.cfg b/test/settings.cfg index 5740f1b..4ba2f12 100644 --- a/test/settings.cfg +++ b/test/settings.cfg @@ -226,7 +226,6 @@ test.integ_tests |test.integ.util.connection.TestConnection |test.integ.util.proc.TestProc |test.integ.util.system.TestSystem -|test.integ.installation.TestInstallation |test.integ.interpreter.TestInterpreter |test.integ.descriptor.remote.TestDescriptorDownloader |test.integ.descriptor.server_descriptor.TestServerDescriptor @@ -236,11 +235,12 @@ test.integ_tests |test.integ.version.TestVersion |test.integ.manual.TestManual |test.integ.response.protocolinfo.TestProtocolInfo -|test.integ.process.TestProcess |test.integ.socket.control_socket.TestControlSocket |test.integ.socket.control_message.TestControlMessage |test.integ.connection.authentication.TestAuthenticate |test.integ.connection.connect.TestConnect |test.integ.control.base_controller.TestBaseController |test.integ.control.controller.TestController +|test.integ.installation.TestInstallation +|test.integ.process.TestProcess
tor-commits@lists.torproject.org