increase test timeout

This commit is contained in:
yimysty
2022-08-04 16:13:28 -07:00
parent 1f0422c0df
commit 225abf7840
6 changed files with 3 additions and 5 deletions

1
dist/index.js vendored
View File

@@ -7067,7 +7067,6 @@ module.exports = function getContext() {
const requiredVars = getRequiredVars()
for (const variable in requiredVars) {
if (requiredVars[variable] === undefined) {
console.log(`${variable} is undefined. Cannot continue.`)
throw new Error(`${variable} is undefined. Cannot continue.`)
}
}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long