From: Zac Medico Date: Wed, 26 Sep 2012 18:22:15 +0000 (-0700) Subject: test_ipc_daemon: increase sleep for bug #436334 X-Git-Tag: v2.2.0_alpha134~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c371cb4d1a1858c6271af9abee53b1dcc28d5435;p=portage.git test_ipc_daemon: increase sleep for bug #436334 --- diff --git a/pym/portage/tests/ebuild/test_ipc_daemon.py b/pym/portage/tests/ebuild/test_ipc_daemon.py index 0efab6584..fc14671ba 100644 --- a/pym/portage/tests/ebuild/test_ipc_daemon.py +++ b/pym/portage/tests/ebuild/test_ipc_daemon.py @@ -92,7 +92,9 @@ class IpcDaemonTestCase(TestCase): self.assertEqual(exit_command.exitcode, exitcode) # Intentionally short timeout test for QueueScheduler.run() - sleep_time_s = 10 # 10.000 seconds + # Use a ridiculously long sleep_time_s in case the user's + # system is heavily loaded (see bug #436334). + sleep_time_s = 600 #600.000 seconds short_timeout_ms = 10 # 0.010 seconds for i in range(3):