Skip to content

Commit

Permalink
install redhat extension tester
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Nov 5, 2024
1 parent 393e4b9 commit b405256
Show file tree
Hide file tree
Showing 5 changed files with 1,281 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.terraform
.vscode-test
.vscode-test-web
.wdio-vscode-service
.test-extensions
*.vsix
bin
node_modules
Expand Down
4 changes: 4 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// increase default test case timeout to 5 seconds
module.exports = {
timeout: 15000,
};
Loading

0 comments on commit b405256

Please sign in to comment.