Increase timeout for inAppPurchase test (#12403)

This commit is contained in:
Cheng Zhao 2018-03-22 22:47:29 +09:00 committed by Charles Kerr
parent c50a460ce6
commit f41cce96a3

View file

@ -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', () => {