Skip to content

Commit

Permalink
Decrease polling time BuildBuddy client (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgijssel authored Jun 7, 2023
1 parent 71f5592 commit 2560fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildbuddy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def main():
break

print("Not yet ready. Sleeping 5...")
await asyncio.sleep(1)
await asyncio.sleep(5)

log = await get_log(stub, invocation_id)

Expand Down

0 comments on commit 2560fd7

Please sign in to comment.