Skip to content

Commit

Permalink
test timeout 400000
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Feb 21, 2025
1 parent c15ff28 commit 1476de9
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 @@ -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.
Expand Down

0 comments on commit 1476de9

Please sign in to comment.