Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Nov 13, 2023
1 parent b1bda6f commit c201122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/custom_lint/test/src/workspace_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c201122

Please sign in to comment.