mirror of
https://github.com/lichess-org/mobile.git
synced 2026-05-26 13:50:52 +00:00
Update eval debounce time in tests
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user