mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
Increase async test timeout
When our CI system is overloaded, tests start running slower.
This commit is contained in:
parent
e3ee3c5a00
commit
068dab14d4
@ -6,4 +6,6 @@ export const asyncFlush = () => new Promise((resolve) => setImmediate(resolve));
|
||||
const enzyme = require('enzyme');
|
||||
const Adapter = require('enzyme-adapter-react-16');
|
||||
|
||||
jest.setTimeout(5000 * 4);
|
||||
|
||||
enzyme.configure({ adapter: new Adapter() });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user