validation: reduce wait time to 100
This commit is contained in:
parent
717bb0daf8
commit
28b7690505
@ -31,7 +31,7 @@ export default function reactions(context: ProcessContext) {
|
||||
},
|
||||
{
|
||||
delay: 1,
|
||||
wait: 1000,
|
||||
wait: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -31,7 +31,7 @@ export default function reactions(context: ProcessContext) {
|
||||
},
|
||||
{
|
||||
delay: 1,
|
||||
wait: 1000,
|
||||
wait: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -544,7 +544,7 @@ export function validation(context: ProcessContext) {
|
||||
},
|
||||
{
|
||||
delay: 1,
|
||||
wait: 1000,
|
||||
wait: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -318,7 +318,7 @@ export function validation(context: ProcessContext) {
|
||||
{
|
||||
delay: 1,
|
||||
equals: comparer.structural,
|
||||
wait: 1000,
|
||||
wait: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -62,7 +62,7 @@ export default function reactions(context: ProcessContext) {
|
||||
},
|
||||
{
|
||||
delay: 1,
|
||||
wait: 1000,
|
||||
wait: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -40,7 +40,7 @@ export default function reactions(context: ProcessContext) {
|
||||
},
|
||||
{
|
||||
delay: 1,
|
||||
wait: 1000,
|
||||
wait: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -241,7 +241,7 @@ export function validation(context: ProcessContext) {
|
||||
},
|
||||
{
|
||||
delay: 1,
|
||||
wait: 1000,
|
||||
wait: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -66,7 +66,7 @@ export default function reactions(context: ProcessContext) {
|
||||
},
|
||||
{
|
||||
delay: 1,
|
||||
wait: 1000,
|
||||
wait: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -275,7 +275,7 @@ export function validation(context: ProcessContext) {
|
||||
},
|
||||
{
|
||||
delay: 1,
|
||||
wait: 1000,
|
||||
wait: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user