diff --git a/erpnext/hr/doctype/salary_structure/test_salary_structure.js b/erpnext/hr/doctype/salary_structure/test_salary_structure.js index b497fbec39..bdc766214c 100644 --- a/erpnext/hr/doctype/salary_structure/test_salary_structure.js +++ b/erpnext/hr/doctype/salary_structure/test_salary_structure.js @@ -46,7 +46,7 @@ QUnit.test("test Salary Structure", function(assert) { { payment_account: 'CASH - FT'}, ]); }, - () => frappe.timeout(10), + () => frappe.timeout(12), () => cur_dialog.set_value('value','Test Salary Structure'), () => frappe.timeout(2), () => frappe.click_button('Create'), @@ -78,4 +78,4 @@ QUnit.test("test Salary Structure", function(assert) { () => frappe.timeout(16), () => done() ]); -}); \ No newline at end of file +});