mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 20:01:23 +00:00
tests: increase timeout to give François's ARM buildslave a chance to complete the tests
This commit is contained in:
parent
b78323e7ae
commit
a48979516e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user