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:
Simone Basso 2021-11-15 12:43:19 +01:00 committed by GitHub
commit c527ca1f61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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")
}
}