mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
tests: bump up the timeout on test_dirnode.Dirnode from 240s to 480s since it apparently took longer than 240s just now on François's ARM buildslave
This commit is contained in:
parent
5f61bad92d
commit
93dc740f01
@ -55,7 +55,7 @@ one_nfd = u"one\u0304"
|
||||
|
||||
class Dirnode(GridTestMixin, unittest.TestCase,
|
||||
testutil.ReallyEqualMixin, testutil.ShouldFailMixin, testutil.StallMixin, ErrorMixin):
|
||||
timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
|
||||
timeout = 480 # It occasionally takes longer than 240 seconds on Francois's arm box.
|
||||
|
||||
def test_basic(self):
|
||||
self.basedir = "dirnode/Dirnode/test_basic"
|
||||
|
Loading…
x
Reference in New Issue
Block a user