From 097b45bf5af2d32c4a816c9208c65dab60f2da18 Mon Sep 17 00:00:00 2001 From: Yakov Olkhovskiy Date: Mon, 4 Nov 2024 13:56:40 +0000 Subject: [PATCH] small refactoring --- tests/ci/libfuzzer_test_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/libfuzzer_test_check.py b/tests/ci/libfuzzer_test_check.py index d0936eb2323..2616fbe3f5d 100644 --- a/tests/ci/libfuzzer_test_check.py +++ b/tests/ci/libfuzzer_test_check.py @@ -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()