Skip to content

Commit

Permalink
Merge pull request #8026 from jrjohnson/increase-browser-timeout
Browse files Browse the repository at this point in the history
Increase Browserstack Timeout
  • Loading branch information
stopfstedt authored Jul 30, 2024
2 parents 96a991a + 536fa9c commit bbfffc5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/testem.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
timeout: 1800,
reporter: FailureOnlyPerBrowserReporter,
browser_start_timeout: 2000,
browser_disconnect_timeout: 120,
browser_disconnect_timeout: 240,
parallel: 1,
disable_watching: true,
launchers: BrowserStackLaunchers,
Expand Down
2 changes: 1 addition & 1 deletion packages/lti-course-manager/testem.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
timeout: 1800,
reporter: FailureOnlyPerBrowserReporter,
browser_start_timeout: 2000,
browser_disconnect_timeout: 120,
browser_disconnect_timeout: 240,
parallel: 1,
disable_watching: true,
launchers: BrowserStackLaunchers,
Expand Down
2 changes: 1 addition & 1 deletion packages/lti-dashboard/testem.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
timeout: 1800,
reporter: FailureOnlyPerBrowserReporter,
browser_start_timeout: 2000,
browser_disconnect_timeout: 120,
browser_disconnect_timeout: 240,
parallel: 1,
disable_watching: true,
launchers: BrowserStackLaunchers,
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/testem.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
timeout: 1800,
reporter: FailureOnlyPerBrowserReporter,
browser_start_timeout: 2000,
browser_disconnect_timeout: 120,
browser_disconnect_timeout: 240,
parallel: 1,
disable_watching: true,
launchers: BrowserStackLaunchers,
Expand Down

0 comments on commit bbfffc5

Please sign in to comment.