small refactoring

This commit is contained in:
Yakov Olkhovskiy 2024-11-04 13:56:40 +00:00
parent 94c8e6e6c2
commit 097b45bf5a

View File

@ -21,8 +21,8 @@ from s3_helper import S3Helper
from stopwatch import Stopwatch
from tee_popen import TeePopen
NO_CHANGES_MSG = "Nothing to run"
TIMEOUT = 60
NO_CHANGES_MSG = "Nothing to run"
s3 = S3Helper()