mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 18:07:33 +00:00
integration: replace time.Sleep with assert.EventuallyWithT (#2680)
This commit is contained in:
@@ -103,7 +103,6 @@ func (e *ExtraRecordsMan) Run() {
|
||||
|
||||
return struct{}{}, nil
|
||||
}, backoff.WithBackOff(backoff.NewExponentialBackOff()))
|
||||
|
||||
if err != nil {
|
||||
log.Error().Caller().Err(err).Msgf("extra records filewatcher retrying to find file after delete")
|
||||
continue
|
||||
|
Reference in New Issue
Block a user