Update eval debounce time in tests

This commit is contained in:
Vincent Velociter
2025-02-27 13:40:06 +01:00
parent f564164903
commit f55fde8d62
+1 -1
View File
@@ -489,7 +489,7 @@ void main() {
expect(find.byType(CircularProgressIndicator), findsOneWidget);
// The time the controller waits before launching the evaluation
await tester.pump(const Duration(milliseconds: 250));
await tester.pump(const Duration(milliseconds: 800));
}
testWidgets('Test engine lines are displayed', (tester) async {