skip configuration updates to the most recent one (#2690)

This commit is contained in:
Denis Mishin 2021-10-21 11:03:26 -04:00 committed by GitHub
parent f22e34c8e0
commit 30664cd307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 667 additions and 5 deletions

View file

@ -17,7 +17,7 @@ import (
)
func TestConfigSource(t *testing.T) {
ctx, clearTimeout := context.WithTimeout(context.Background(), 5*time.Second)
ctx, clearTimeout := context.WithTimeout(context.Background(), 50*time.Second)
defer clearTimeout()
li, err := net.Listen("tcp", "127.0.0.1:0")