Skip to content

Commit

Permalink
timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Feb 5, 2023
1 parent 4d7d215 commit 5967f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
- name: Build and Test
uses: reactivecircus/android-emulator-runner@v2
env:
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 120
with:
api-level: 29
target: playstore
Expand Down
3 changes: 3 additions & 0 deletions test/unit/karma.unit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ module.exports = config => {
retryLimit: 0,
concurrency: 1,
captureTimeout: 1200000,
browserDisconnectTolerance: 3,
browserDisconnectTimeout: 1200000,
browserNoActivityTimeout: 1200000,
logLevel: config.LOG_DEBUG
});
};

0 comments on commit 5967f38

Please sign in to comment.