Skip to content

Commit

Permalink
Adjusted some timings on pointer_binding_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
eyebrowsoffire committed Sep 14, 2023
1 parent b97192b commit 301ecbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web_ui/test/engine/pointer_binding_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3379,7 3379,7 @@ void _testClickDebouncer() {
);

// Wait for the timer to expire to make sure pointer events are flushed.
await Future<void>.delayed(const Duration(milliseconds: 11));
await Future<void>.delayed(const Duration(milliseconds: 20));

expect(
reason: 'Queued up events should be flushed to the framework because the '
Expand Down

0 comments on commit 301ecbd

Please sign in to comment.