Skip to content

Commit 48629ef

Browse files
committed
maybe this
1 parent 6b7458f commit 48629ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import { getPlaywrightConfig } from '@sentry-internal/test-utils';
22

3-
export default getPlaywrightConfig();
3+
export default getPlaywrightConfig(undefined, {
4+
timeout: 100000,
5+
});

dev-packages/e2e-tests/test-applications/aws-serverless/tests/lambda-fixtures.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export const test = base.extend<{ testEnvironment: LocalLambdaStack; lambdaClien
3737
'--debug',
3838
'--template',
3939
SAM_TEMPLATE_FILE,
40-
//'--warm-containers',
41-
//'EAGER',
40+
'--warm-containers',
41+
'EAGER',
4242
'--docker-network',
4343
DOCKER_NETWORK_NAME,
4444
...(process.env.NODE_VERSION === '18' ? ['--invoke-image', `public.ecr.aws/sam/emulation-nodejs18.x`] : []),

dev-packages/e2e-tests/test-applications/aws-serverless/tests/layer.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ test.describe('Lambda layer', () => {
4040

4141
expect(transactionEvent.spans).toHaveLength(2);
4242

43-
console.log(transactionEvent.spans);
44-
4543
// shows that the Otel Http instrumentation is working
4644
expect(transactionEvent.spans).toContainEqual(
4745
expect.objectContaining({

0 commit comments

Comments
 (0)