[minor] added timeout while setting values
This commit is contained in:
parent
91e705e37a
commit
ac55a8626e
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ frappe.tests = {
|
|||
}
|
||||
};
|
||||
tasks.push(task);
|
||||
tasks.push(() => frappe.timeout(0.2));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -64,6 +65,7 @@ frappe.tests = {
|
|||
return frappe.model.set_value(grid_row.doc.doctype,
|
||||
grid_row.doc.name, child_key, child_value[child_key]);
|
||||
});
|
||||
grid_value_tasks.push(() => frappe.timeout(0.2));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue