mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Increase timeout for inAppPurchase test (#12403)
This commit is contained in:
@@ -4,9 +4,11 @@ const assert = require('assert')
|
||||
|
||||
const {remote} = require('electron')
|
||||
|
||||
describe('inAppPurchase module', () => {
|
||||
describe('inAppPurchase module', function () {
|
||||
if (process.platform !== 'darwin') return
|
||||
|
||||
this.timeout(3 * 60 * 1000)
|
||||
|
||||
const {inAppPurchase} = remote
|
||||
|
||||
it('canMakePayments() does not throw', () => {
|
||||
|
||||
Reference in New Issue
Block a user