Skip to content

Commit a80a1bf

Browse files
committed
Increase polling timeout to 120 seconds.
1 parent 7e86b16 commit a80a1bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/create-remix-app-v2/tests/behaviour-client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect, test } from '@playwright/test';
22
import axios, { AxiosError } from 'axios';
33

4-
const EVENT_POLLING_TIMEOUT = 90_000;
4+
const EVENT_POLLING_TIMEOUT = 120_000;
55

66
const authToken = process.env.E2E_TEST_AUTH_TOKEN;
77
const sentryTestOrgSlug = process.env.E2E_TEST_SENTRY_ORG_SLUG;

dev-packages/e2e-tests/test-applications/create-remix-app/tests/behaviour-client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect, test } from '@playwright/test';
22
import axios, { AxiosError } from 'axios';
33

4-
const EVENT_POLLING_TIMEOUT = 90_000;
4+
const EVENT_POLLING_TIMEOUT = 120_000;
55

66
const authToken = process.env.E2E_TEST_AUTH_TOKEN;
77
const sentryTestOrgSlug = process.env.E2E_TEST_SENTRY_ORG_SLUG;

0 commit comments

Comments
 (0)