The test will exist if there is any active request doesn't complete in 10 seconds, where the 10 here comes from internal/run/run_cmd.go:
const waitForCompletionTimeout = 10 * time.Second
Some of my request test does take longer than 10 seconds, appreciate if I can manually modify this interval via an CLI option.