Skip to content

Commit d6ddee3

Browse files
committed
fixing timer_import test
1 parent 95c927d commit d6ddee3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/test/shared/timer_import_test.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ void main() {
2626
// TODO: consider refactor/redesign
2727
'lib/shared/redis_cache.dart',
2828

29-
// Uses timer to auto-kill worker isolates.
29+
// Uses timer to kill long-running processing.
30+
'lib/shared/utils.dart',
31+
32+
// Uses timer to prevent long GCs.
3033
'lib/service/entrypoint/_isolate.dart',
3134

3235
// Uses timer to send stats periodically to the frontend isolate.

0 commit comments

Comments
 (0)