From a8e612773da945f54a10a9fa800e45a4fa42b78e Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 24 Apr 2019 09:46:46 -0400 Subject: [PATCH] test --- tests/integration/test_file_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_file_commands.py b/tests/integration/test_file_commands.py index 0357721dc..23c487c44 100644 --- a/tests/integration/test_file_commands.py +++ b/tests/integration/test_file_commands.py @@ -83,7 +83,7 @@ class FileCommands(CommandTestCase): self.assertNotIn('error', resp) self.assertTrue(os.path.isfile(path)) self.daemon.stream_manager.stop() - await asyncio.sleep(0, loop=self.loop) + await asyncio.sleep(0.01, loop=self.loop) # FIXME: this sleep should not be needed self.assertFalse(os.path.isfile(path)) async def test_incomplete_downloads_retry(self):