MCPcopy
hub / github.com/bugy/script-server / timeout

Function timeout

web-src/tests/unit/test_utils.js:20–24  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

18}
19
20export async function timeout(ms) {
21 return new Promise((resolve, reject) => {
22 setTimeout(resolve, ms);
23 });
24}
25
26export function wrapVModel(inputComponent) {
27 inputComponent.vm.$on('input', function (value) {

Callers 15

mockSocketCloseFunction · 0.90
clickOnInputFieldFunction · 0.90
textfield_test.jsFile · 0.90
openDropdownFunction · 0.90
closeDropdownFunction · 0.90
combobox_test.jsFile · 0.90
setupInitialExecutorsFunction · 0.90
openDialogFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected