From 06924ea820217fafc0fc5c854fdfe8cd1a7da0e9 Mon Sep 17 00:00:00 2001 From: Vasilis Xouris Date: Wed, 12 Feb 2025 12:35:20 -0800 Subject: [PATCH] revert timeout debug --- test/mocha/e2e/quote.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocha/e2e/quote.test.ts b/test/mocha/e2e/quote.test.ts index d42177003..e569b9873 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.