reduced sleep in housekeeping run test

master
Kevin Froman 2020-03-19 01:43:02 -05:00
parent 69bb257166
commit 6fed37a237
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def test_inserted_housekeeping(testmanager):
if bl in get_block_list():
while count < wait_seconds:
if bl in get_block_list():
sleep(1)
sleep(0.8)
count += 1
else:
return