From: david-sarah Date: Sat, 1 Jan 2011 10:01:01 +0000 (-0800) Subject: test_runner: avoid unnecessary use of non-ASCII. X-Git-Url: https://git.rkrishnan.org/configuration.txt?a=commitdiff_plain;h=e62a69e7ffdb4ea6917be9b648a58f4f757b3f5d;p=tahoe-lafs%2Ftahoe-lafs.git test_runner: avoid unnecessary use of non-ASCII. --- diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py index 3f7ae370..b8e9b8a6 100644 --- a/src/allmydata/test/test_runner.py +++ b/src/allmydata/test/test_runner.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- from twisted.trial import unittest @@ -399,7 +398,7 @@ class RunNode(common_util.SignalMixin, unittest.TestCase, pollmixin.PollMixin, return res d.addBoth(_remove_hotline) return d - test_introducer.timeout = 480 # This hit the 120-second timeout on "François Lenny-armv5tel", then it hit a 240-second timeout on our feisty2.5 buildslave: http://allmydata.org/buildbot/builders/feisty2.5/builds/2381/steps/test/logs/test.log + test_introducer.timeout = 480 # This hit the 120-second timeout on "Francois Lenny-armv5tel", then it hit a 240-second timeout on our feisty2.5 buildslave: http://allmydata.org/buildbot/builders/feisty2.5/builds/2381/steps/test/logs/test.log def test_client_no_noise(self): self.skip_if_cannot_daemonize()