From f55fde8d6274f0b3a027d76312ff55a1c103f48e Mon Sep 17 00:00:00 2001 From: Vincent Velociter Date: Thu, 27 Feb 2025 13:40:06 +0100 Subject: [PATCH] Update eval debounce time in tests --- test/view/analysis/analysis_screen_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/view/analysis/analysis_screen_test.dart b/test/view/analysis/analysis_screen_test.dart index 1a84b02cc..ee50f304d 100644 --- a/test/view/analysis/analysis_screen_test.dart +++ b/test/view/analysis/analysis_screen_test.dart @@ -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 {