Skip to content

Commit

Permalink
test(smoke_test): Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys authored and dnys1 committed Jun 28, 2023
1 parent 5e86df8 commit 9c67fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws_sdk/smoke_test/test/build_verify_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ void main() {
() => expectBuildClean(
packageRelativeDirectory: 'packages/aws_sdk/smoke_test',
),
timeout: const Timeout(Duration(minutes: 5)),
timeout: const Timeout(Duration(minutes: 10)),
);
}

0 comments on commit 9c67fad

Please sign in to comment.