commit | 46941e8b35c7570b98c365923478837836d5a903 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Sep 15 18:56:49 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Sep 15 18:56:49 2017 +0530 |
tree | 94a4ede587d4723b662eecf71b9f1264c73b0046 | |
parent | d1ce7bfff4ba877a02ce702553db9e8b437a9b64 [diff] |
Time out increased for appraisal template
diff --git a/erpnext/hr/doctype/appraisal_template/test_appraisal_template.js b/erpnext/hr/doctype/appraisal_template/test_appraisal_template.js index 4e245c7..0403cad 100644 --- a/erpnext/hr/doctype/appraisal_template/test_appraisal_template.js +++ b/erpnext/hr/doctype/appraisal_template/test_appraisal_template.js
@@ -20,7 +20,7 @@ ]}, ]); }, - () => frappe.timeout(5), + () => frappe.timeout(10), () => { assert.equal('Test Appraisal 1',cur_frm.doc.kra_title, 'Appraisal name correctly set'); },