This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Description
Information
- Onefuzz version: 8.5
- OS: N/A
Provide detailed reproduction steps (if any)
- Create a new job with
onefuzz libfuzzer template basic .... --target_timeout 360
- Get the a task that was created
onefuzz tasks get {task id}
- Notice the
target_timeout isn't present in the response
It's not in the storage table either so we never store it
Expected result
What is the expected result of the above steps?
Actual result
What is the actual result of the above steps?
AB#162552