mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
try a higher timeout ¯\_(ツ)_/¯
https://github.com/ansible/awx/issues/5234 https://github.com/ansible/awx/pull/5250
This commit is contained in:
@@ -67,6 +67,14 @@ describe('<JobTemplateForm />', () => {
|
|||||||
{ id: 5, kind: 'Machine', name: 'Cred 5', url: 'www.google.com' },
|
{ id: 5, kind: 'Machine', name: 'Cred 5', url: 'www.google.com' },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
beforeAll(() => {
|
||||||
|
jest.setTimeout(5000 * 4);
|
||||||
|
});
|
||||||
|
|
||||||
|
afterAll(() => {
|
||||||
|
jest.setTimeout(5000);
|
||||||
|
});
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
LabelsAPI.read.mockReturnValue({
|
LabelsAPI.read.mockReturnValue({
|
||||||
data: mockData.summary_fields.labels,
|
data: mockData.summary_fields.labels,
|
||||||
|
|||||||
Reference in New Issue
Block a user