fix(ooniprobe): consistent progress with maxRuntime (#277)
See https://github.com/ooni/probe/issues/1299
This commit is contained in:
parent
4e344f1fcf
commit
969d8b772f
2 changed files with 13 additions and 2 deletions
|
|
@ -68,6 +68,7 @@ func init() {
|
|||
Probe: probe,
|
||||
InputFiles: *inputFile,
|
||||
Inputs: *input,
|
||||
RunType: "manual",
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue