Skip to content

Commit

Permalink
RSDK-5931 - Fix test timeout for TestDataCaptureUploadIntegration (#3368
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tahiyasalam authored Dec 21, 2023
1 parent 69c7f26 commit 184b8e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/datamanager/builtin/builtin.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ func (svc *builtIn) startSyncScheduler(intervalMins float64) {
func (svc *builtIn) cancelSyncScheduler() {
if svc.syncRoutineCancelFn != nil {
svc.syncRoutineCancelFn()
svc.backgroundWorkers.Wait()
svc.syncRoutineCancelFn = nil
}
}
Expand Down

0 comments on commit 184b8e0

Please sign in to comment.