@tuki-io/tuki-widgets 0.0.219-dev.7 → 0.0.219-dev.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2359,7 +2359,7 @@ class UsersListComponent {
2359
2359
  this.subscriptions.push(subscription);
2360
2360
  }
2361
2361
  pollMigrationFormStatusByUserId(formId, userId, onCompleted) {
2362
- const subscription = timer(0, 5000)
2362
+ const subscription = timer(0, 10000)
2363
2363
  .pipe(switchMap(() => this.userService.getMigrationFormStatus(this.customerId, formId)), takeUntil(this.destroy$), takeWhile((response) => {
2364
2364
  const status = response?.status;
2365
2365
  return !this.isMigrationStatusCompleted(status)