Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 180009 | Differences between
and this patch

Collapse All | Expand All

(-)emerge.old (-1 / +1 lines)
Lines 4045-4051 Link Here
4045
					# Timeout here in case the server is unresponsive.  The
4045
					# Timeout here in case the server is unresponsive.  The
4046
					# --timeout rsync option doesn't apply to the initial
4046
					# --timeout rsync option doesn't apply to the initial
4047
					# connection attempt.
4047
					# connection attempt.
4048
					signal.alarm(15)
4048
					signal.alarm(500)
4049
					try:
4049
					try:
4050
						mypids.extend(portage_exec.spawn(
4050
						mypids.extend(portage_exec.spawn(
4051
							mycommand, env=settings.environ(), returnpid=True))
4051
							mycommand, env=settings.environ(), returnpid=True))

Return to bug 180009