validation: reduce wait time to 100

This commit is contained in:
vchikalkin 2023-04-12 01:06:33 +03:00
parent 717bb0daf8
commit 28b7690505
9 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@ export default function reactions(context: ProcessContext) {
},
{
delay: 1,
wait: 1000,
wait: 100,
}
);
}

View File

@ -31,7 +31,7 @@ export default function reactions(context: ProcessContext) {
},
{
delay: 1,
wait: 1000,
wait: 100,
}
);
}

View File

@ -544,7 +544,7 @@ export function validation(context: ProcessContext) {
},
{
delay: 1,
wait: 1000,
wait: 100,
}
);
}

View File

@ -318,7 +318,7 @@ export function validation(context: ProcessContext) {
{
delay: 1,
equals: comparer.structural,
wait: 1000,
wait: 100,
}
);
}

View File

@ -62,7 +62,7 @@ export default function reactions(context: ProcessContext) {
},
{
delay: 1,
wait: 1000,
wait: 100,
}
);
}

View File

@ -40,7 +40,7 @@ export default function reactions(context: ProcessContext) {
},
{
delay: 1,
wait: 1000,
wait: 100,
}
);
}

View File

@ -241,7 +241,7 @@ export function validation(context: ProcessContext) {
},
{
delay: 1,
wait: 1000,
wait: 100,
}
);
}

View File

@ -66,7 +66,7 @@ export default function reactions(context: ProcessContext) {
},
{
delay: 1,
wait: 1000,
wait: 100,
}
);
}

View File

@ -275,7 +275,7 @@ export function validation(context: ProcessContext) {
},
{
delay: 1,
wait: 1000,
wait: 100,
}
);
}