File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/e2e-tests/test-applications
create-remix-app-v2/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { expect , test } from '@playwright/test' ;
2
2
import axios , { AxiosError } from 'axios' ;
3
3
4
- const EVENT_POLLING_TIMEOUT = 90_000 ;
4
+ const EVENT_POLLING_TIMEOUT = 120_000 ;
5
5
6
6
const authToken = process . env . E2E_TEST_AUTH_TOKEN ;
7
7
const sentryTestOrgSlug = process . env . E2E_TEST_SENTRY_ORG_SLUG ;
Original file line number Diff line number Diff line change 1
1
import { expect , test } from '@playwright/test' ;
2
2
import axios , { AxiosError } from 'axios' ;
3
3
4
- const EVENT_POLLING_TIMEOUT = 90_000 ;
4
+ const EVENT_POLLING_TIMEOUT = 120_000 ;
5
5
6
6
const authToken = process . env . E2E_TEST_AUTH_TOKEN ;
7
7
const sentryTestOrgSlug = process . env . E2E_TEST_SENTRY_ORG_SLUG ;
You can’t perform that action at this time.
0 commit comments