Skip to content

Commit

Permalink
build: firefox hits timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinecula committed Dec 8, 2023
1 parent 7686664 commit fc88aa5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion web-test-runner.config.mjs
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
export { default } from '@neovici/cfg/web/test-runner.mjs';
import config from '@neovici/cfg/web/test-runner.mjs';

export default {
...config,
testFramework: {
...config.testFramework,
config: { ...config.testFramework.config, timeout: 4000 },
},
};

0 comments on commit fc88aa5

Please sign in to comment.