Skip to content

Commit

Permalink
Increase browserNoActivityTimeout for functional tests on lambdatest (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Aug 5, 2024
1 parent cb61706 commit 2f979ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/config/karma.functional.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = function (config) {
autoWatch: false,

captureTimeout: 600000,
browserNoActivityTimeout: 180000,
browserNoActivityTimeout: 400000,
browserDisconnectTimeout: 20000,
browserDisconnectTolerance: 2,

Expand Down

0 comments on commit 2f979ee

Please sign in to comment.