Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 301ecbd

Browse files
Adjusted some timings on pointer_binding_test.dart
1 parent b97192b commit 301ecbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/test/engine/pointer_binding_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3379,7 +3379,7 @@ void _testClickDebouncer() {
33793379
);
33803380

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

33843384
expect(
33853385
reason: 'Queued up events should be flushed to the framework because the '

0 commit comments

Comments
 (0)