Skip to content

Commit

Permalink
feat(merkle_maker): Fixed test for slow CI,
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Jul 31, 2024
1 parent 8f8a36d commit 67478a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vrf-listener/tests/integration/vrf_listener_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ async def test_vrf_listener_miss_with_large_interval(
admin_address=caller_address,
private_key=private_key,
# Very big check interval request so we're sure it does not catch the request
check_requests_interval=10000,
check_requests_interval=1000,
)

await asyncio.sleep(10)
await asyncio.sleep(30)

# Send a VRF request...
last_request_id = 0
Expand Down

0 comments on commit 67478a2

Please sign in to comment.