]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: increase timeout to give François's ARM buildslave a chance to complete the...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 May 2010 13:45:26 +0000 (06:45 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 May 2010 13:45:26 +0000 (06:45 -0700)
src/allmydata/test/test_hung_server.py

index 56b96d9422fcc614e6f4c219b8b18f15668dbecb..4aef4849b0054fd3ce5f29e3a7eb7ada6070b221 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 
 import os, shutil
 from twisted.trial import unittest
@@ -15,7 +16,9 @@ immutable_plaintext = "data" * 10000
 mutable_plaintext = "muta" * 10000
 
 class HungServerDownloadTest(GridTestMixin, ShouldFailMixin, unittest.TestCase):
-    timeout = 30
+    # Many of these tests take around 60 seconds on François's ARM buildslave:
+    # http://tahoe-lafs.org/buildbot/builders/FranXois%20lenny-armv5tel
+    timeout = 120
 
     def _break(self, servers):
         for (id, ss) in servers: