We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3d7b9 commit 9b9c27dCopy full SHA for 9b9c27d
src/aleph/vm/hypervisors/firecracker/microvm.py
@@ -503,7 +503,7 @@ async def teardown(self):
503
except asyncio.TimeoutError:
504
# In Python < 3.11 wait_closed() was broken and returned immediatly
505
# It is supposedly fixed in python 3.12.1 but hang indefinelty during the tests.
506
- logger.info("f{self} unix socket closing timout")
+ logger.info("f{self} unix socket closing timeout")
507
508
logger.debug("Removing files")
509
if self.config_file_path:
0 commit comments