projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b78323e
)
tests: increase timeout to give François's ARM buildslave a chance to complete the...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 20 May 2010 13:45:26 +0000
(06:45 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 20 May 2010 13:45:26 +0000
(06:45 -0700)
src/allmydata/test/test_hung_server.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_hung_server.py
b/src/allmydata/test/test_hung_server.py
index 56b96d9422fcc614e6f4c219b8b18f15668dbecb..4aef4849b0054fd3ce5f29e3a7eb7ada6070b221 100644
(file)
--- a/
src/allmydata/test/test_hung_server.py
+++ b/
src/allmydata/test/test_hung_server.py
@@
-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: