Skip to content

Commit fdeeb7f

Browse files
committed
ci: increase timeout for building native messaging host
1 parent c1a19f5 commit fdeeb7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/electron-chrome-extensions/spec/chrome-nativeMessaging-spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ if (process.platform !== 'linux') {
1818
})
1919
const hostApplication = 'com.crx.test'
2020

21-
before(async () => {
21+
before(async function () {
22+
this.timeout(60e3)
2223
const extensionId = await getExtensionId('rpc')
2324
const nativeMessagingPath = path.join(__dirname, '..', 'script', 'native-messaging-host')
2425
const buildScript = path.join(nativeMessagingPath, 'build.js')

0 commit comments

Comments
 (0)