Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
thantos committed Oct 17, 2023
1 parent 3e341a7 commit e9f5a70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions apps/tests/aws-runtime/test/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ const outputs =
? JSON.parse(fs.readFileSync(path.resolve(outputsFile)).toString("utf-8"))
: undefined;

console.log(path.resolve(outputsFile), outputsFile, outputs);

export const awsRegion = () => process.env.AWS_REGION ?? "us-east-1";
export const serviceUrl = () =>
outputs?.["eventual-tests"]?.serviceUrl ?? "http://localhost:3111";
Expand Down
1 change: 1 addition & 0 deletions packages/@eventual/aws-cdk/src/command-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export class CommandService<Service = any> {
this.props.build.system.eventualService.systemCommandHandler,
functionNameSuffix: "system-command",
serviceName: this.props.serviceName,
// the logs command is the outlier here. Was often timing out at 3 seconds.
defaults: { timeout: Duration.seconds(30) },
}
);
Expand Down

0 comments on commit e9f5a70

Please sign in to comment.