Skip to content

Commit

Permalink
change ensure build test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
trejdych committed Dec 4, 2022
1 parent ef0a98e commit 8921661
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -9,6 +9,7 @@ void main() {
packageRelativeDirectory:
'packages/riverpod_generator/examples/build_yaml',
),
timeout: const Timeout(Duration(minutes: 1)),
);

test('provider names', () {
Expand Down

0 comments on commit 8921661

Please sign in to comment.