Update test_salary_structure.js
diff --git a/erpnext/hr/doctype/salary_structure/test_salary_structure.js b/erpnext/hr/doctype/salary_structure/test_salary_structure.js
index b497fbe..bdc7662 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 @@
{ 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 @@
() => frappe.timeout(16),
() => done()
]);
-});
\ No newline at end of file
+});