Skip to content

Commit

Permalink
chore: adjust test multiploer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr committed Feb 7, 2025
1 parent 2bc3071 commit 23d153b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const dirname = path.dirname(filename)

dotenv.config({ path: path.resolve(dirname, 'test.env') })

let multiplier = process.env.CI ? 5 : 1
let smallMultiplier = process.env.CI ? 4 : 1
let multiplier = process.env.CI ? 4 : 1
let smallMultiplier = process.env.CI ? 3 : 1

export const TEST_TIMEOUT_LONG = 640000 * multiplier // 8*3 minutes - used as timeOut for the beforeAll
export const TEST_TIMEOUT = 40000 * multiplier
Expand Down

0 comments on commit 23d153b

Please sign in to comment.