Skip to content

Commit 9f13691

Browse files
Extended timeout
1 parent 2cc44c5 commit 9f13691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playwright.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { defineConfig, devices } from '@playwright/test';
1313
*/
1414
export default defineConfig({
1515
testDir: './playwright',
16+
timeout: 10000,
1617
/* Run tests in files in parallel */
1718
fullyParallel: true,
1819
/* Fail the build on CI if you accidentally left test.only in the source code. */
@@ -26,7 +27,7 @@ export default defineConfig({
2627
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
2728
use: {
2829
/* Base URL to use in actions like `await page.goto('/')`. */
29-
baseURL: 'http://localhost:1234',
30+
baseURL: 'https://nypl-web-reader.vercel.app',
3031

3132
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
3233
trace: 'on-first-retry',

0 commit comments

Comments
 (0)