8000 Adjust parcoords tests and revise karma config by archmoj · Pull Request #5633 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Adjust parcoords tests and revise karma config #5633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Prev Previous commit
increase karma timeout config
  • Loading branch information
archmoj committed May 5, 2021
commit 9da91af0fb42064dc4426d2bb3d5792327a07f2c
4 changes: 2 additions & 2 deletions test/jasmine/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ func.defaultConfig = {
singleRun: argv.nowatch,

// how long will Karma wait for a message from a browser before disconnecting (30 ms)
browserNoActivityTimeout: 30000,
browserNoActivityTimeout: 60000,

// how long does Karma wait for a browser to reconnect (in ms).
browserDisconnectTimeout: 30000,
browserDisconnectTimeout: 60000,

// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
Expand Down
0