Merge pull request #11133 from Nordix/timeout-typo

Correct typo in timeout value in comment
pull/11143/head
Medya Ghazizadeh 2021-04-19 11:41:47 -07:00 committed by GitHub
commit f5a5ce9911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ func status() registry.State {
}
}
// Allow no more than 2 seconds for querying state
// Allow no more than 4 seconds for querying state
ctx, cancel := context.WithTimeout(context.Background(), 4*time.Second)
defer cancel()