-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Add timeout support to the test runner to prevent tests from hanging indefinitely when handler binaries become unresponsive or take too long to respond. Currently, the test runner in runner/runner.go waits indefinitely for responses from handler binaries.
One possible solution came in my mind was we can have a configurable option to set the timeout duration. A CLI flag to set the timeout duration with default value:
-timeout duration Timeout for individual test execution (default: 30s)
stringintech
Metadata
Metadata
Assignees
Labels
No labels