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
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
I am running 'test on save'. My tests run, the output appears in the Output pane. But the Output pane then refreshes and I get:
test timed out after 10000 ms
The timing felt a bit 'async', but I had trouble figuring out which test was running asynchronously. Increasing the tests timeout didn't make a difference.
Then I increased the compile timeout, from 10000 to 90000. This fixed the problem, and the Output pane finished with 'Done'.
I had a look at the build code section, and see my problem. The logic here formats the error string. If hasTests then the build tool name is set to 'test'.
I am running 'test on save'. My tests run, the output appears in the Output pane. But the Output pane then refreshes and I get:
The timing felt a bit 'async', but I had trouble figuring out which test was running asynchronously. Increasing the tests timeout didn't make a difference.
Then I increased the compile timeout, from 10000 to 90000. This fixed the problem, and the Output pane finished with 'Done'.
I had a look at the build code section, and see my problem. The logic here formats the error string. If hasTests then the build tool name is set to 'test'.
go-plus/lib/build/builder.js
Line 98 in 0192d47
I think it would be much better if this was changed to something like:
I don't have a js/Atom dev env, otherwise I submit a PR.
The text was updated successfully, but these errors were encountered: