From fc1c00716c4f43ccd14bf4c2a239df26789fefa4 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 1 Sep 2017 12:41:12 +0530 Subject: [PATCH] [test] test_account.js - more timeout? --- erpnext/accounts/doctype/account/test_account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/account/test_account.js b/erpnext/accounts/doctype/account/test_account.js index 8b8440537f..039e33e011 100644 --- a/erpnext/accounts/doctype/account/test_account.js +++ b/erpnext/accounts/doctype/account/test_account.js @@ -5,7 +5,7 @@ QUnit.test("test account", function(assert) { 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'),