Skip to content

Commit

Permalink
Increase logger check sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Sep 18, 2024
1 parent f470270 commit ff68673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_varys.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ def tearDown(self):
channel.queue_delete(queue="test_varys.q")

connection.close()
time.sleep(0.5)

# check that all file handles were dropped
logger = logging.getLogger("test_varys")
time.sleep(0.1)
self.assertEqual(len(logger.handlers), 0)

def send_and_receive(self):
Expand Down

0 comments on commit ff68673

Please sign in to comment.