Skip to content

Commit

Permalink
fixing test for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
javipalanca committed Jun 13, 2023
1 parent d38226a commit 0e6730c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_behaviour.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ async def run(self):
agent = MockedAgentFactory()
await agent.start(auto_register=False)

start_at = datetime.datetime.now() + datetime.timedelta(seconds=0.01)
start_at = datetime.datetime.now() + datetime.timedelta(seconds=0.02)
behaviour = TestTimeoutBehaviour(start_at=start_at)

assert behaviour._timeout == start_at
Expand Down

0 comments on commit 0e6730c

Please sign in to comment.