Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimjaved12 committed Jan 22, 2025
1 parent 8265146 commit 7ac7aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: PlaywrightTestConfig = {
/* Maximum time one test can run for. */
timeout: 60 * 1000,
expect: {
timeout: 10000
timeout: 5000
},
fullyParallel: true,
forbidOnly: !!process.env.CI,
Expand Down
1 change: 1 addition & 0 deletions tests-e2e/jest/build-failures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ describe("OCW Build Failures", () => {
})
beforeAll(() => {
ocw.fixturesServer.listen()
jest.setTimeout(10000)
})
afterAll(() => {
ocw.fixturesServer.close()
Expand Down

0 comments on commit 7ac7aa7

Please sign in to comment.