Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
gen-payload: Bump wait between mirror and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joepvd authored and sosiouxme committed Apr 5, 2023
1 parent cc6ceb4 commit 6513c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/cli/release_gen_payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ async def sync_payloads(self):
tasks.append(self.mirror_payload_content(arch, payload_entries))
await asyncio.gather(*tasks)

await asyncio.sleep(60)
await asyncio.sleep(120)

# Update the imagestreams being monitored by the release controller.
tasks = []
Expand Down

0 comments on commit 6513c48

Please sign in to comment.