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:
Zooko O'Whielacronx 2010-11-15 01:21:19 -08:00
parent 5f61bad92d
commit 93dc740f01

View File

@ -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"