Skip to content

Commit 671a4ba

Browse files
david-lunatrentm
andauthored
Update dev-utils/karma.js
Co-authored-by: Trent Mick <[email protected]>
1 parent 0486a62 commit 671a4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-utils/karma.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const baseConfig = {
7878
browserNoActivityTimeout: 120000,
7979
customLaunchers: getBrowserList(),
8080
browsers: [],
81-
captureTimeout: 120000, // (review this)
81+
captureTimeout: 120000, // TODO: this had been set when using Saucelabs, a lower value might suffice now
8282
reporters: ['spec', 'failed']
8383
}
8484

0 commit comments

Comments
 (0)