From e62a69e7ffdb4ea6917be9b648a58f4f757b3f5d Mon Sep 17 00:00:00 2001 From: david-sarah Date: Sat, 1 Jan 2011 02:01:01 -0800 Subject: [PATCH] test_runner: avoid unnecessary use of non-ASCII. --- src/allmydata/test/test_runner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() -- 2.45.2