summaryrefslogtreecommitdiffstats
path: root/yum-fast-downloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'yum-fast-downloader.py')
-rw-r--r--yum-fast-downloader.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yum-fast-downloader.py b/yum-fast-downloader.py
index 9a9ceae..b22a526 100644
--- a/yum-fast-downloader.py
+++ b/yum-fast-downloader.py
@@ -92,6 +92,7 @@ def downloadQueuedFiles(inputFileName):
args = downloader_common_args['aria2c']
args.append("--input-file={0}".format(inputFileName))
ret = os.spawnvp(os.P_WAIT, "aria2c", args)
+ sleep(1)
if ret:
raise yum.plugins.PluginYumExit(
"{0} exited with exit code: {1}".format(downloader_app, ret))