From 461d64e371faf2db2ded3c0a51508526fd54d098 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Mon, 30 Apr 2007 20:14:58 -0700
Subject: [PATCH] test_system: increase timeouts to almost 20 minutes: we have
 buildslaves that take more than 5 minutes to finish these tests.

---
 src/allmydata/test/test_system.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py
index 67f75ccc..9215509b 100644
--- a/src/allmydata/test/test_system.py
+++ b/src/allmydata/test/test_system.py
@@ -204,7 +204,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
             return d1
         d.addCallback(_download_nonexistent_uri)
         return d
-    test_upload_and_download.timeout = 600
+    test_upload_and_download.timeout = 1100
 
     def flip_bit(self, good):
         return good[:-1] + chr(ord(good[-1]) ^ 0x01)
@@ -248,7 +248,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
         d.addCallback(_get_done)
         d.addCallback(self._test_web)
         return d
-    test_vdrive.timeout = 300
+    test_vdrive.timeout = 1100
 
     def _test_web(self, res):
         base = self.webish_url
-- 
2.45.2