higher timeout to accomodate slower execution environments

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-01-02 18:32:11 +01:00
parent f3e62e38aa
commit 1b6391d814
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class TestNodeManager:
"--tx", "3*popen"))
nodemanager.setup_nodes([].append)
nodemanager.wait_nodesready(timeout=2.0)
nodemanager.wait_nodesready(timeout=10.0)
def test_popen_rsync_subdir(self, testdir, mysetup):
source, dest = mysetup.source, mysetup.dest