hashgraph/hedera-sdk-js

Increase test timeout

ivaylonikolov7 opened this issue · 1 comments

Problem

Right now we have to add this.timeout before every test. This creates a lot of repetitive code which can be avoided by editing out the Taskfile.yml.

Solution

Edit the Taskfile.yml. There's an npx mocha command that has a low test transaction timeout.

Alternatives

No response

closed via #2566