Skip to content

Commit

Permalink
test: bump up capture timeout significantly to avoid on github builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Feb 26, 2021
1 parent cf1c248 commit f0cd864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/karma.unit.config.js
Expand Up @@ -37,7 +37,7 @@ module.exports = config => {
singleRun: true,
retryLimit: 0,
concurrency: 1,
captureTimeout: 300000,
captureTimeout: 1200000,
logLevel: config.LOG_DEBUG
});
};

0 comments on commit f0cd864

Please sign in to comment.