1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/test/nodes/core/function
Kilian Hertel 2253417459 adding timeout attribute to function node
- [x] New feature (non-breaking change which adds functionality)

Discussion here:
https://discourse.nodered.org/t/function-node-doesnt-have-timeout-feature/78483

## Proposed changes

Adding a timeout attribute to the function node, so an endless funciton doesnt break the node red server.

## Checklist

- [x] I have read the [contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md)
- [x] For non-bugfix PRs, I have discussed this change on the forum/slack team.
- [x] I have run `grunt` to verify the unit tests pass
- [x] I have added suitable unit tests to cover the new/changed functionality
2023-05-22 10:16:37 +02:00
..
10-function_spec.js adding timeout attribute to function node 2023-05-22 10:16:37 +02:00
10-switch_spec.js add check for NaN in is of type number to be false 2022-02-09 12:03:38 +00:00
15-change_spec.js Fix change node overwriting msg with itself 2022-09-22 20:22:11 +01:00
16-range_spec.js Reorganise nodes into new categories 2019-08-21 14:23:23 +01:00
80-template_spec.js Add support for evalulating {{env.<var>}} within a template node 2022-06-17 22:18:14 +03:00
89-delay_spec.js Delay node: add option to send intermediate messages on separate output 2021-10-04 13:00:24 +01:00
89-trigger_spec.js Update to latest sinon 2021-04-09 11:22:57 +01:00
90-exec_spec.js Fix exec node test for gh-actions 2021-07-02 10:15:44 +01:00
rbe_spec.js Fix for narrrowbandEq mode start condition failure 2022-01-11 13:56:44 +00:00