We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47b952 commit 1f79023Copy full SHA for 1f79023
dev-packages/e2e-tests/test-applications/aws-serverless/playwright.config.ts
@@ -1,3 +1,5 @@
1
import { getPlaywrightConfig } from '@sentry-internal/test-utils';
2
3
-export default getPlaywrightConfig();
+export default getPlaywrightConfig(undefined, {
4
+ timeout: 60 * 1000 * 3, // 3 minutes
5
+});
dev-packages/e2e-tests/test-applications/aws-serverless/pull-sam-image.sh
@@ -10,6 +10,6 @@ if [[ -z "$NODE_VERSION" ]]; then
10
fi
11
12
echo "Pulling SAM Node $NODE_VERSION docker image..."
13
-docker pull --platform linux/amd64 "public.ecr.aws/sam/build-nodejs${NODE_VERSION}.x:latest"
+docker pull "public.ecr.aws/sam/build-nodejs${NODE_VERSION}.x:latest"
14
15
echo "Successfully pulled SAM Node $NODE_VERSION docker image"
0 commit comments