Shorten sequence length for test speedup

live_on_air_from_tokio
Tyler Goodlet 2021-08-31 18:20:04 -04:00
parent 44ef26bb18
commit 5c6355062c
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def test_consumer_and_parent_maybe_lag(
async def main():
sequence = list(range(1000))
sequence = list(range(300))
parent_delay, sub_delay = task_delays
async with open_sequence_streamer(