Skip to content

Commit

Permalink
test: bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Mar 13, 2024
1 parent d72bf92 commit f7b8390
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(60000)
this.timeout(90000)

let exePath = null
let tempPath = null
Expand Down

0 comments on commit f7b8390

Please sign in to comment.