kibana/packages/kbn-securitysolution-hook-utils
Frank Hassanabad d735b7dc0f
Increases the timeout for the test from default 1 second. (#117389)
## 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.
2021-11-04 08:35:01 -06:00
..
src Increases the timeout for the test from default 1 second. (#117389) 2021-11-04 08:35:01 -06:00
BUILD.bazel chore(NA): replace babel config files by inline presets by default in the jsts_transpiler rule (#110620) 2021-09-03 21:17:46 +01:00
jest.config.js
package.json chore(NA): add missing browser targets on @kbn/security-solution packages (#110260) 2021-08-26 20:02:56 +01:00
README.md
tsconfig.json chore(NA): moving @kbn/securitysolution-hook-utils to babel transpiler (#109432) 2021-08-23 15:26:42 +01:00

kbn-securitysolution-hook-utils

This package contains shared utilities for React hooks.