fix(psiphon): increase the maximum runtime to 300s (#596)
See: https://github.com/ooni/probe/issues/1856. This diff will need to be backported to release/3.11.
This commit is contained in:
parent
5a481b395a
commit
c527ca1f61
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ func TestNewExperimentMeasurer(t *testing.T) {
|
|||
if measurer.ExperimentName() != "psiphon" {
|
||||
t.Fatal("unexpected name")
|
||||
}
|
||||
if measurer.ExperimentVersion() != "0.5.0" {
|
||||
if measurer.ExperimentVersion() != "0.5.1" {
|
||||
t.Fatal("unexpected version")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue