Skip to content

Commit

Permalink
Regenerate mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNihelton committed Oct 23, 2023
1 parent ddf7c77 commit e6ace0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class MockAgentStartupMonitor extends _i1.Mock
@override
_i4.Stream<_i3.AgentState> start({
Duration? interval = const Duration(seconds: 1),
Duration? timeout = const Duration(seconds: 30),
Duration? timeout = const Duration(seconds: 5),
}) =>
(super.noSuchMethod(
Invocation.method(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class MockAgentStartupMonitor extends _i1.Mock
@override
_i5.Stream<_i4.AgentState> start({
Duration? interval = const Duration(seconds: 1),
Duration? timeout = const Duration(seconds: 30),
Duration? timeout = const Duration(seconds: 5),
}) =>
(super.noSuchMethod(
Invocation.method(
Expand Down

0 comments on commit e6ace0b

Please sign in to comment.