From ab007187d08b9db12935fa32e673e97673e42f9d Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:10:32 -0800 Subject: [PATCH] revert test timeout --- 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 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.