near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 21 forks source link

fix: sandbox start timeout #126

Closed think-in-universe closed 2 years ago

think-in-universe commented 2 years ago

Fixes: #125

Based on the testing, increase timeout setting to 60s would fix the issue.

But a more comprehensive fix is to make the timeout configurable.

think-in-universe commented 2 years ago

@ailisp oh, thanks. updated.