Skip to content

Commit 25664aa

Browse files
authored
Run all periodic task + another integrity check after each test. (#8359)
1 parent 537363a commit 25664aa

File tree

3 files changed

+198
-203
lines changed

3 files changed

+198
-203
lines changed

app/lib/service/entrypoint/analyzer.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Future _workerMain(EntryMessage message) async {
6868
await taskBackend.start();
6969
registerScopeExitCallback(() => taskBackend.stop());
7070

71-
setupAnalyzerPeriodicTasks();
72-
setupSearchPeriodicTasks();
71+
setupPeriodTaskSchedulers();
7372

7473
// wait indefinitely
7574
await Completer().future;

0 commit comments

Comments
 (0)