diff --git a/erpnext/selling/page/point_of_sale/tests/test_point_of_sale.js b/erpnext/selling/page/point_of_sale/tests/test_point_of_sale.js index c70d076c70a..79d1700b4ed 100644 --- a/erpnext/selling/page/point_of_sale/tests/test_point_of_sale.js +++ b/erpnext/selling/page/point_of_sale/tests/test_point_of_sale.js @@ -4,7 +4,7 @@ QUnit.test("test:Point of Sales", function(assert) { frappe.run_serially([ () => frappe.set_route('point-of-sale'), - () => frappe.timeout(2), + () => frappe.timeout(3), () => frappe.set_control('customer', 'Test Customer 1'), () => frappe.timeout(0.2), () => cur_frm.set_value('customer', 'Test Customer 1'),