From 8fdc823e7e11ccffa0eba5400eaa40d7188860ce Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 3 Aug 2017 18:10:56 +0530 Subject: [PATCH] [test] test_customize_form.js --- frappe/custom/doctype/customize_form/test_customize_form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/custom/doctype/customize_form/test_customize_form.js b/frappe/custom/doctype/customize_form/test_customize_form.js index 5489dc7f60..676be6b3b6 100644 --- a/frappe/custom/doctype/customize_form/test_customize_form.js +++ b/frappe/custom/doctype/customize_form/test_customize_form.js @@ -7,9 +7,9 @@ QUnit.test("test customize form", function(assert) { let done = assert.async(); frappe.run_serially([ () => frappe.set_route('Form', 'Customize Form'), - () => frappe.timeout(3), + () => frappe.timeout(5), () => cur_frm.set_value('doc_type', 'ToDo'), - () => frappe.timeout(3), + () => frappe.timeout(2), () => assert.equal(cur_frm.doc.fields[1].fieldname, 'status', 'check if second field is "status"'),