]
Antonio Goncalves commented on FORGE-1742:
------------------------------------------
Increasing the time out works. Maybe the default timeout should be increased
{code}
[Devoxx]$ run script.fsh --timeout 500
{code}
When having a build command in a script, it times out
-----------------------------------------------------
Key: FORGE-1742
URL:
https://issues.jboss.org/browse/FORGE-1742
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.4.1.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
Let's say you have a long scripts with several commands (creating a project,
generating entities, scaffolding rest/jsf...), at the end, if you have a {{build}}
command, there is a time-out message :
{code}
[TalkEndpoint.java]$ build ;
***ERROR*** ConferenceJSFApplication.fsh: timed out.
[Devoxx]$ ***SUCCESS*** Build Success
{code}
Nothing special in the logs, the Maven build is ok, and the app is built. But because the
{{build}} command takes time to execute, it displays a time out message