Skip to content

Commit 9184836

Browse files
committed
review comments
1 parent e1989e9 commit 9184836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools_app/test/shared/ui/search_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void main() {
136136
); // Has not updated yet
137137
expect(debounceController.isSearchInProgress, isTrue);
138138

139-
async.elapse(const Duration(milliseconds: 150));
139+
async.elapse(debounceController.debounceDelay! * 1.5);
140140

141141
expect(debounceController.isSearchInProgress, isFalse);
142142
expect(debounceController.searchMatches.value.length, equals(3));

0 commit comments

Comments
 (0)