Rename async flow failure backoff config property

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=118207124
This commit is contained in:
ctingue 2016-03-25 08:26:36 -07:00 committed by Justine Tunney
parent 0c001d805c
commit f9e1bab1d2
3 changed files with 4 additions and 4 deletions

View file

@ -190,7 +190,7 @@ public class TestRegistryConfig implements RegistryConfig {
}
@Override
public Duration getAsyncDeleteFlowFailureBackoff() {
public Duration getAsyncFlowFailureBackoff() {
return Duration.standardMinutes(10);
}
}