Time out increased for appraisal template
This commit is contained in:
parent
d1ce7bfff4
commit
46941e8b35
@ -20,7 +20,7 @@ QUnit.test("Test: Appraisal Template [HR]", function (assert) {
|
|||||||
]},
|
]},
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
() => frappe.timeout(5),
|
() => frappe.timeout(10),
|
||||||
() => {
|
() => {
|
||||||
assert.equal('Test Appraisal 1',cur_frm.doc.kra_title, 'Appraisal name correctly set');
|
assert.equal('Test Appraisal 1',cur_frm.doc.kra_title, 'Appraisal name correctly set');
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user