reduced sleep in housekeeping run test
This commit is contained in:
		
							parent
							
								
									69bb257166
								
							
						
					
					
						commit
						6fed37a237
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue