mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Increase async test timeout
When our CI system is overloaded, tests start running slower.
This commit is contained in:
committed by
Alex Corey
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() });
|
||||
|
||||
Reference in New Issue
Block a user