]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_runner: avoid unnecessary use of non-ASCII.
authordavid-sarah <david-sarah@jacaranda.org>
Sat, 1 Jan 2011 10:01:01 +0000 (02:01 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Sat, 1 Jan 2011 10:01:01 +0000 (02:01 -0800)
src/allmydata/test/test_runner.py

index 3f7ae370884730a36e4ddf81f48a1a2fa5e6e952..b8e9b8a6cf69cfca1eb04de9eb713b64e8a3acfa 100644 (file)
@@ -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()