Skip to content

Commit

Permalink
Merge pull request #104 from 0xPolygonID/fix/add-time-out-for-test-case
Browse files Browse the repository at this point in the history
add timeout
  • Loading branch information
ilya-korotya authored Jul 20, 2023
2 parents 7d7b193 + 66ad40c commit 52fde2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"spec": "tests/**/*.test.ts",
"require": "ts-node/register",
"timeout": "120000"
"timeout": "240000"
}

0 comments on commit 52fde2d

Please sign in to comment.