diff --git a/test/mocha/e2e/quote.test.ts b/test/mocha/e2e/quote.test.ts index 33fbcbc01..e194f21f9 100644 --- a/test/mocha/e2e/quote.test.ts +++ b/test/mocha/e2e/quote.test.ts @@ -305,7 +305,7 @@ describe('quote', function () { } before(async function () { - this.timeout(400000) + this.timeout(40000) ;[alice] = await ethers.getSigners() // Make a dummy call to the API to get a block number to fork from.