Skip to content

Commit

Permalink
Update track_fuzz_time.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Aug 21, 2024
1 parent 9f1e80a commit dffc982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/clusterfuzz/_internal/bot/tasks/utasks/track_fuzz_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def __init__(self, fuzzer_name, job_type, time_module=time):
self.fuzzer_name = fuzzer_name
self.job_type = job_type
self.time = time_module
self.start_time = None
self.timeout = None

def __enter__(self):
self.start_time = self.time.time()
Expand Down

0 comments on commit dffc982

Please sign in to comment.