ELECTRON-66 - Fixed the target version (#124)

This commit is contained in:
Kiran Niranjan 2017-06-03 00:00:12 +05:30 committed by Lynn
parent a839c86d83
commit 532ac475ec

View File

@ -9,7 +9,7 @@ describe('Tests for Activity Detection', function() {
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50000;
beforeAll(function (done) {
childProcess.exec('npm rebuild --runtime=electron --target=1.2.2 --disturl=https://atom.io/download/atom-shell --build-from-source', function (err) {
childProcess.exec('npm rebuild --runtime=electron --target=1.5.0 --disturl=https://atom.io/download/atom-shell --build-from-source', function (err) {
activityDetection = require('../js/activityDetection/activityDetection.js');
activityDetection.setActivityWindow(120000, electron.ipcRenderer);
done();