You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I'm affected by issue #170 I made my near-workspaces dependency point to commit ba865c4 so I could get the [email protected] but it lead to a new error, where the tests won't run at all, with the following error message: "Sandbox Server with port: [port] failed to start after 60000ms"
The text was updated successfully, but these errors were encountered:
Something in the Sandbox seems to require an ulimit of around 12k while WSL usually has it either as 1024 or 4096. In order to increase the ulimit in WSL, this thread was helpful.
I found it by using workspaces-rs which reported the error to me. I don't know what the appropriate solution could be, maybe better reporting of the Sandbox errors to the Workspaces user.
As I'm affected by issue #170 I made my
near-workspaces
dependency point to commit ba865c4 so I could get the[email protected]
but it lead to a new error, where the tests won't run at all, with the following error message: "Sandbox Server with port: [port] failed to start after 60000ms"The text was updated successfully, but these errors were encountered: