Merge pull request #11133 from Nordix/timeout-typo
Correct typo in timeout value in commentpull/11143/head
commit
f5a5ce9911
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue