Skip to content

Commit

Permalink
modify timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
SeUkKim committed Nov 13, 2024
1 parent 75b1744 commit 00df3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path'
describe('test move package', () => {
const contractDir = path.resolve(__dirname, 'contract/simple')
const builder = new MoveBuilder(contractDir, {})
jest.setTimeout(20000)
jest.setTimeout(30000)

it('executes tests successfully', async () => {
const testResult = await builder.test()
Expand Down

0 comments on commit 00df3d6

Please sign in to comment.