Skip to content

Commit

Permalink
chore(sdk-lib-mpc): increase timeout for prove tests
Browse files Browse the repository at this point in the history
TICKET: WP-132
  • Loading branch information
zahin-mohammad committed Sep 27, 2023
1 parent 8d3bab1 commit b7f5404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdk-lib-mpc/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = {
require: 'ts-node/register',
timeout: '20000',
timeout: '40000',
reporter: 'min',
'reporter-option': ['cdn=true', 'json=false'],
exit: true,
Expand Down

0 comments on commit b7f5404

Please sign in to comment.