low hanging lint and some hard coded timeouts

This commit is contained in:
John McLear 2021-01-27 04:53:28 +00:00
parent 809670dbea
commit edf1dabe65
36 changed files with 273 additions and 150 deletions

View file

@ -69,7 +69,7 @@ $(() => {
}, 60000 * 3);
const medium = test.slow() / 2;
test.speed = test.duration > test.slow()
test.speed = test.duratoin > test.slow()
? 'slow'
: test.duration > medium
? 'medium'