← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:bump-more-test-timeouts into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:bump-more-test-timeouts into launchpad:master.

Commit message:
Bump a few more test timeouts

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/396578

These occasionally fail in parallel buildbot.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:bump-more-test-timeouts into launchpad:master.
diff --git a/lib/lp/buildmaster/tests/test_interactor.py b/lib/lp/buildmaster/tests/test_interactor.py
index 3fd4cfb..3352036 100644
--- a/lib/lp/buildmaster/tests/test_interactor.py
+++ b/lib/lp/buildmaster/tests/test_interactor.py
@@ -778,7 +778,7 @@ class TestSlaveWithLibrarian(TestCaseWithFactory):
 
     layer = LaunchpadZopelessLayer
     run_tests_with = AsynchronousDeferredRunTestForBrokenTwisted.make_factory(
-        timeout=20)
+        timeout=30)
 
     def setUp(self):
         super(TestSlaveWithLibrarian, self).setUp()
diff --git a/lib/lp/oci/tests/test_ocirecipebuildbehaviour.py b/lib/lp/oci/tests/test_ocirecipebuildbehaviour.py
index e5d38a5..3534a7d 100644
--- a/lib/lp/oci/tests/test_ocirecipebuildbehaviour.py
+++ b/lib/lp/oci/tests/test_ocirecipebuildbehaviour.py
@@ -157,7 +157,7 @@ class TestAsyncOCIRecipeBuildBehaviour(
         StatsMixin, MakeOCIBuildMixin, TestCaseWithFactory):
 
     run_tests_with = AsynchronousDeferredRunTestForBrokenTwisted.make_factory(
-        timeout=10)
+        timeout=30)
     layer = LaunchpadZopelessLayer
 
     @defer.inlineCallbacks
@@ -592,7 +592,7 @@ class TestHandleStatusForOCIRecipeBuild(MakeOCIBuildMixin,
 
     layer = LaunchpadZopelessLayer
     run_tests_with = AsynchronousDeferredRunTestForBrokenTwisted.make_factory(
-        timeout=20)
+        timeout=30)
 
     def _createTestFile(self, name, content, hash):
         path = os.path.join(self.test_files_dir, name)