SIGN IN SIGN UP

test_asyncio: run_until() implements exponential sleep (#93866)

run_until() of test.test_asyncio.utils now uses an exponential sleep
delay (max: 1 second), rather than a fixed delay of 1 ms. Similar
design than support.sleeping_retry() wait strategy that applies
exponential backoff.
V
Victor Stinner committed
41fccd23e9b4397d6cc294b42e1a198cd8f8b268
Parent: 99be1cb
Committed by GitHub <noreply@github.com> on 6/15/2022, 4:28:00 PM