Time out increased for appraisal template

This commit is contained in:
Nabin Hait 2017-09-15 18:56:49 +05:30
parent d1ce7bfff4
commit 46941e8b35

View File

@ -20,7 +20,7 @@ QUnit.test("Test: Appraisal Template [HR]", function (assert) {
]}, ]},
]); ]);
}, },
() => frappe.timeout(5), () => frappe.timeout(10),
() => { () => {
assert.equal('Test Appraisal 1',cur_frm.doc.kra_title, 'Appraisal name correctly set'); assert.equal('Test Appraisal 1',cur_frm.doc.kra_title, 'Appraisal name correctly set');
}, },