Skip to content

Commit df415e1

Browse files
committed
chore(logger): Increase e2e stack creation timeout to 300 seconds
1 parent 9f20c43 commit df415e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: packages/logger/tests/e2e/basicFeatures.middy.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (!isValidRuntimeKey(runtime)) {
2121

2222
const LEVEL = InvocationLogs.LEVEL;
2323
const TEST_CASE_TIMEOUT = 20000; // 20 seconds
24-
const SETUP_TIMEOUT = 200000; // 200 seconds
24+
const SETUP_TIMEOUT = 300000; // 300 seconds
2525
const TEARDOWN_TIMEOUT = 200000;
2626
const STACK_OUTPUT_LOG_GROUP = 'LogGroupName';
2727

Diff for: packages/logger/tests/e2e/childLogger.manual.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (!isValidRuntimeKey(runtime)) {
2121

2222
const LEVEL = InvocationLogs.LEVEL;
2323
const TEST_CASE_TIMEOUT = 20000; // 20 seconds
24-
const SETUP_TIMEOUT = 200000; // 200 seconds
24+
const SETUP_TIMEOUT = 300000; // 300 seconds
2525
const TEARDOWN_TIMEOUT = 200000;
2626
const STACK_OUTPUT_LOG_GROUP = 'LogGroupName';
2727

Diff for: packages/logger/tests/e2e/sampleRate.decorator.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (!isValidRuntimeKey(runtime)) {
2121

2222
const LEVEL = InvocationLogs.LEVEL;
2323
const TEST_CASE_TIMEOUT = 30000; // 30 seconds
24-
const SETUP_TIMEOUT = 200000; // 200 seconds
24+
const SETUP_TIMEOUT = 300000; // 300 seconds
2525
const TEARDOWN_TIMEOUT = 200000;
2626
const STACK_OUTPUT_LOG_GROUP = 'LogGroupName';
2727

0 commit comments

Comments
 (0)