Browse Source

Increase timeout for inAppPurchase test (#12403)

Cheng Zhao 7 years ago
parent
commit
f41cce96a3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      spec/api-in-app-purchase-spec.js

+ 3 - 1
spec/api-in-app-purchase-spec.js

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