reduced sleep in housekeeping run test
parent
69bb257166
commit
6fed37a237
|
@ -16,7 +16,7 @@ def test_inserted_housekeeping(testmanager):
|
||||||
if bl in get_block_list():
|
if bl in get_block_list():
|
||||||
while count < wait_seconds:
|
while count < wait_seconds:
|
||||||
if bl in get_block_list():
|
if bl in get_block_list():
|
||||||
sleep(1)
|
sleep(0.8)
|
||||||
count += 1
|
count += 1
|
||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue