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