kibana/packages/kbn-securitysolution-hook-utils
Kibana Machine e00691a5d3
Increases the timeout for the test from default 1 second. (#117389) (#117534)
## Summary

Fixes https://github.com/elastic/kibana/issues/115624

by increasing the timeout from 1 second to 5 seconds. Although jest is 5 seconds by default the `waitForNextUpdate` is by default 1 second. This adds a simple configuration to have it wait for 20 seconds before timing out which is what the flake is hinting at is a timeout that is beyond 1 second.

Co-authored-by: Frank Hassanabad <frank.hassanabad@elastic.co>
2021-11-04 16:52:57 +00:00
..
src Increases the timeout for the test from default 1 second. (#117389) (#117534) 2021-11-04 16:52:57 +00:00
BUILD.bazel chore(NA): replace babel config files by inline presets by default in the jsts_transpiler rule (#110620) (#111217) 2021-09-03 18:41:32 -04:00
jest.config.js
package.json chore(NA): add missing browser targets on @kbn/security-solution packages (#110260) (#110323) 2021-08-26 21:24:34 +00:00
README.md
tsconfig.json chore(NA): moving @kbn/securitysolution-hook-utils to babel transpiler (#109432) (#109666) 2021-08-23 12:49:36 -04:00

kbn-securitysolution-hook-utils

This package contains shared utilities for React hooks.