diff --git a/test/mocha/e2e/quote.test.ts b/test/mocha/e2e/quote.test.ts index 9bc9641e9..660ec36eb 100644 --- a/test/mocha/e2e/quote.test.ts +++ b/test/mocha/e2e/quote.test.ts @@ -308,7 +308,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.