Skip to content

Commit

Permalink
⚡️ Increase size
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jun 27, 2024
1 parent 84264e7 commit 8f94c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dio/test/cancel_token_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void main() {
expect(requestsReferences, hasLength(2));

// GC.
List.generate(1 * 1024 * 1024, (index) => Object());
List.generate(4 * 1024 * 1024, (index) => Object());
expect(requestsReferences.every((e) => e.target == null), isTrue);
});
}

0 comments on commit 8f94c33

Please sign in to comment.