Skip to content

Commit

Permalink
revert timeout debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsv committed Feb 12, 2025
1 parent 473b6e5 commit 06924ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha/e2e/quote.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 06924ea

Please sign in to comment.