Skip to content

Commit

Permalink
Increase tokenduality test before hook timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Dec 17, 2024
1 parent fbc5fb0 commit 546c508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-e2e/celo/tests/tokenduality.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let config = {}

beforeAll(async () => {
config = await setup()
}, 30_000)
}, 5*minute)

test(
'test token duality',
Expand Down

0 comments on commit 546c508

Please sign in to comment.