File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/logger/tests/e2e Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if (!isValidRuntimeKey(runtime)) {
21
21
22
22
const LEVEL = InvocationLogs . LEVEL ;
23
23
const TEST_CASE_TIMEOUT = 20000 ; // 20 seconds
24
- const SETUP_TIMEOUT = 200000 ; // 200 seconds
24
+ const SETUP_TIMEOUT = 300000 ; // 300 seconds
25
25
const TEARDOWN_TIMEOUT = 200000 ;
26
26
const STACK_OUTPUT_LOG_GROUP = 'LogGroupName' ;
27
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if (!isValidRuntimeKey(runtime)) {
21
21
22
22
const LEVEL = InvocationLogs . LEVEL ;
23
23
const TEST_CASE_TIMEOUT = 20000 ; // 20 seconds
24
- const SETUP_TIMEOUT = 200000 ; // 200 seconds
24
+ const SETUP_TIMEOUT = 300000 ; // 300 seconds
25
25
const TEARDOWN_TIMEOUT = 200000 ;
26
26
const STACK_OUTPUT_LOG_GROUP = 'LogGroupName' ;
27
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if (!isValidRuntimeKey(runtime)) {
21
21
22
22
const LEVEL = InvocationLogs . LEVEL ;
23
23
const TEST_CASE_TIMEOUT = 30000 ; // 30 seconds
24
- const SETUP_TIMEOUT = 200000 ; // 200 seconds
24
+ const SETUP_TIMEOUT = 300000 ; // 300 seconds
25
25
const TEARDOWN_TIMEOUT = 200000 ;
26
26
const STACK_OUTPUT_LOG_GROUP = 'LogGroupName' ;
27
27
You can’t perform that action at this time.
0 commit comments