From c2011225ce460b65111fe4fcadc5bd52248dcfcd Mon Sep 17 00:00:00 2001 From: Remi Rousselet Date: Mon, 13 Nov 2023 11:53:26 +0100 Subject: [PATCH] Increase timeout --- packages/custom_lint/test/src/workspace_test.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/custom_lint/test/src/workspace_test.dart b/packages/custom_lint/test/src/workspace_test.dart index a798f67d..5505a5a5 100644 --- a/packages/custom_lint/test/src/workspace_test.dart +++ b/packages/custom_lint/test/src/workspace_test.dart @@ -1062,7 +1062,8 @@ dependency_overrides: expect(processes, isEmpty); }); - test('uses fluter pub get if isUsingFlutter is true', () async { + test('uses fluter pub get if isUsingFlutter is true', + timeout: const Timeout.factor(2), () async { final workingDir = await createSimpleWorkspace([ 'flutter', 'custom_lint_builder',