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
* increase default eval_timeout value
Increasing eval_timeout from 20 to 60 seconds.
The longer default time allows for smooth
running on systems with increased I/O timings (such as
HPC systems with network based file systems).
* Add log information when eval-timeout is exceeded
Added logger output when timer has been triggered.
This also stops the truncation of stdout and stderr.
* Add eval_timeout control to validate_js_expressions
For consistency with other expression tools,
eval_timeout is now used for controlling the timeout
of the validate_js_expression steps. This has
involved adding eval_timeout to LoadingContext
(mirroring RuntimeContext).
0 commit comments