Skip to content

Commit

Permalink
test: bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Dec 23, 2024
1 parent fa5c86d commit ec39749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rcedit-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function assertRceditError (exePath, options, messages) {
}

describe('async rcedit(exePath, options)', function () {
this.timeout(90000)
this.timeout(1200000)

let exePath = null
let tempPath = null
Expand Down

0 comments on commit ec39749

Please sign in to comment.