Skip to content

Commit

Permalink
fix: SCS update logger to enable loggint to ES and increased timeout …
Browse files Browse the repository at this point in the history
…for kafka test
  • Loading branch information
Arun-KumarH committed Jun 27, 2024
1 parent 9af0664 commit 6f2228e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@restorecommerce/acs-client": "^1.6.9",
"@restorecommerce/chassis-srv": "^1.6.1",
"@restorecommerce/kafka-client": "^1.2.8",
"@restorecommerce/logger": "^1.2.11",
"@restorecommerce/logger": "^1.3.1",
"@restorecommerce/rc-grpc-clients": "^5.1.30",
"@restorecommerce/scs-jobs": "^0.1.32",
"@restorecommerce/service-config": "^1.0.13",
Expand Down
2 changes: 1 addition & 1 deletion test/kafka_acs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe(`testing scheduling-srv ${testSuffix}: Kafka`, async () => {
let jobTopic: Topic;
let schedulingService: SchedulingService;
before(async function (): Promise<any> {
this.timeout(4000);
this.timeout(12000);
worker = new Worker();

cfg = createServiceConfig(process.cwd() + '/test');
Expand Down

0 comments on commit 6f2228e

Please sign in to comment.