Skip to content

Commit

Permalink
chore: bump timeouts for test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Feb 12, 2022
1 parent a28c562 commit f22e14c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browsersupport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: [ubuntu-latest]
timeout-minutes: 10
timeout-minutes: 15

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ module.exports = (config) => {
dir: path.join(__dirname, 'coverage')
},
browsers: ['ChromeHeadless_with_audio'],
browserDisconnectTolerance : 1,
browserDisconnectTimeout: 10000,
browserNoActivityTimeout: 60000, // appveyor is slow :(
customLaunchers: {
ChromeHeadless_with_audio: {
Expand Down

0 comments on commit f22e14c

Please sign in to comment.