Skip to content

Commit 2e6f7ea

Browse files
author
Mark Kuhn
authored
change metric value from none to 0 (awslabs#93)
1 parent a80d047 commit 2e6f7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/canary/agent/canary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async def app(init, last_run_duration, metrics):
3131

3232
async def main():
3333
init = True
34-
duration = None
34+
duration = 0
3535
# wait for agent to start
3636
# TODO: this should not be needed if we're using a ring buffer to queue and re-try events
3737
await asyncio.sleep(10)

0 commit comments

Comments
 (0)