Revision 5c3ee7b2

b/test/ganeti.rpc_unittest.py
296 296
                                                     test_data))
297 297
    proc = rpc._RpcProcessor(resolver, 18700)
298 298
    body = serializer.DumpJson(test_data)
299
    result = proc(["node19759"], "upload_file", body, _req_process_fn=http_proc)
299
    result = proc(["node19759"], "upload_file", body, _req_process_fn=http_proc,
300
                  read_timeout=30)
300 301
    self.assertEqual(result.keys(), ["node19759"])
301 302
    lhresp = result["node19759"]
302 303
    self.assertFalse(lhresp.offline)

Also available in: Unified diff