diff --git a/LICENSE b/LICENSE index d4edb13662..b27be1aaf5 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/dash/dash-renderer/karma.conf.js b/dash/dash-renderer/karma.conf.js index 011443661c..e242e23ea5 100644 --- a/dash/dash-renderer/karma.conf.js +++ b/dash/dash-renderer/karma.conf.js @@ -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 + } + } }); -} \ No newline at end of file +}