Corrects the timeout's interaction with files waiting to be consumed

This commit is contained in:
Trenton Holmes
2022-08-09 18:20:47 -07:00
parent 9e091e333d
commit f06cb40141
2 changed files with 10 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import filecmp
import os
import shutil
from threading import Thread
from time import monotonic
from time import sleep
from unittest import mock