Skip to content

Commit

Permalink
Merge pull request plotly#2501 from plotly/test-renderer-failure
Browse files Browse the repository at this point in the history
Update license year
  • Loading branch information
T4rk1n committed Apr 7, 2023
2 parents a6d9c99 + a5ca904 commit 37d7c30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Plotly, Inc
Copyright (c) 2023 Plotly, Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 7 additions & 2 deletions dash/dash-renderer/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ module.exports = config => {
],
reporters: ["progress"],
browsers: ["Chrome"],
webpack: require('./webpack.test.config.js')[0]
webpack: require('./webpack.test.config.js')[0],
client: {
mocha: {
timeout: 5000
}
}
});
}
}

0 comments on commit 37d7c30

Please sign in to comment.