fix integration test
This commit is contained in:
parent
b834f29634
commit
f49578cdbc
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ class FileCommands(CommandTestCase):
|
|||
# restore blob
|
||||
os.rename(missing_blob.file_path + '__', missing_blob.file_path)
|
||||
self.server_blob_manager.blobs.clear()
|
||||
missing_blob = self.server_blob_manager.get_blob(missing_blob_hash)
|
||||
await self.server_blob_manager.blob_completed(missing_blob)
|
||||
await asyncio.wait_for(self.wait_files_to_complete(), timeout=1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue