We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3873c53 commit c91ffbcCopy full SHA for c91ffbc
1 file changed
lib/config.js
@@ -212,7 +212,7 @@ var Config = function() {
212
this.colors = true;
213
this.autoWatch = true;
214
this.autoWatchBatchDelay = 250;
215
- this.usePolling = process.platform === 'darwin';
+ this.usePolling = process.platform === 'darwin' || process.platform === 'linux';
216
this.reporters = ['progress'];
217
this.singleRun = false;
218
this.browsers = [];
0 commit comments