Skip to content

Commit

Permalink
revert test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Feb 14, 2025
1 parent c4100f3 commit ab00718
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 ab00718

Please sign in to comment.