We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80d047 commit 2e6f7eaCopy full SHA for 2e6f7ea
tests/canary/agent/canary.py
@@ -31,7 +31,7 @@ async def app(init, last_run_duration, metrics):
31
32
async def main():
33
init = True
34
- duration = None
+ duration = 0
35
# wait for agent to start
36
# TODO: this should not be needed if we're using a ring buffer to queue and re-try events
37
await asyncio.sleep(10)
0 commit comments