Skip to content

Commit

Permalink
increase bot-detection test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny1982 committed Nov 21, 2024
1 parent 0ae2cfa commit e8854fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/AntiBotDetectionBypass_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class TestFixture extends PuppeteerFixture {
}
}

describe('BrowserScan', { timeout: 10_000 }, () => {
describe('BrowserScan', { timeout: 15_000 }, () => {

it('Should pass Bot Detection Test', async () => {
const fixture = await new TestFixture().SetupPage('https://www.browserscan.net/bot-detection', EvadeChromeDevToolProtocolDetection);
Expand All @@ -57,7 +57,7 @@ describe('BrowserScan', { timeout: 10_000 }, () => {
});
});

describe('CloudFlare', { timeout: 10_000 }, () => {
describe('CloudFlare', { timeout: 15_000 }, () => {

it('Should bypass JavaScript Challenge', async () => {
const fixture = await new TestFixture().SetupPage('https://cloudflare.bot-check.ovh/automatic');
Expand Down Expand Up @@ -87,7 +87,7 @@ describe('CloudFlare', { timeout: 10_000 }, () => {
});
});

describe('Vercel', { timeout: 10_000 }, () => {
describe('Vercel', { timeout: 15_000 }, () => {

it.skip('Should bypass Attack Challenge Mode', async () => {
const fixture = await new TestFixture().SetupPage('https://vercel.bot-check.ovh', EvadeChromeDevToolProtocolDetection);
Expand Down

0 comments on commit e8854fb

Please sign in to comment.