[test] test_account.js - more timeout?
diff --git a/erpnext/accounts/doctype/account/test_account.js b/erpnext/accounts/doctype/account/test_account.js
index 8b84405..039e33e 100644
--- a/erpnext/accounts/doctype/account/test_account.js
+++ b/erpnext/accounts/doctype/account/test_account.js
@@ -5,7 +5,7 @@
 	let done = assert.async();
 	frappe.run_serially([
 		() => frappe.set_route('Tree', 'Account'),
-		() => frappe.timeout(2),
+		() => frappe.timeout(3),
 		() => frappe.click_button('Expand All'),
 		() => frappe.timeout(1),
 		() => frappe.click_link('Debtors'),