gitlink定制:gitee和github分开同步,输出异常,sleep

This commit is contained in:
“xxq250” 2022-08-10 11:27:05 +08:00
parent 4b8969f73f
commit b0801258c5
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ async def sync():
task = asyncio.create_task(sync_job(job))
tasks.append(task)
logger.info("wait 2 syncing.................")
time.sleep(5)
time.sleep(120)
logger.info("step 2 syncing.................")
tasks2 = []
for job in github_jobs:
await Log(LogType.INFO,