diff --git a/owner/manager_test.go b/owner/manager_test.go index 3a9b4b51513b8..628643d41e96f 100644 --- a/owner/manager_test.go +++ b/owner/manager_test.go @@ -85,7 +85,7 @@ func TestSingle(t *testing.T) { if isOwner { t.Fatalf("expect false, got isOwner:%v", isOwner) } - time.Sleep(10 * time.Millisecond) + time.Sleep(200 * time.Millisecond) ownerID, _ := manager.GetOwnerID(goctx.Background()) // The error is ok to be not nil since we canceled the manager. if ownerID != "" {