Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fwuensche committed Nov 24, 2023
1 parent b15e065 commit a42b476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('cherry run', () => {
expect(stdout).toContain('TODO')
done()
})
})
}, 10000)
})

describe('cherry diff', () => {
Expand Down

0 comments on commit a42b476

Please sign in to comment.