mirror of
https://github.com/actions/deploy-pages.git
synced 2026-02-09 03:45:15 +00:00
increase test timeout
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -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
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -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.`)
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -20,7 +20,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.`)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,6 +28,7 @@ describe('with all environment variables set', () => {
|
||||
return process.env.GITHUB_TOKEN
|
||||
}
|
||||
})
|
||||
jest.setTimeout(10 * 1000)
|
||||
})
|
||||
|
||||
it('Executes cleanly', done => {
|
||||
|
||||
Reference in New Issue
Block a user