Skip to content

Commit

Permalink
Fix tests timing out locally due to GPG (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 27, 2023
1 parent 47d1dc2 commit 74ae535
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -90,7 +90,12 @@
"!test/_helpers"
],
"environmentVariables": {
"FORCE_HYPERLINK": "1"
"FORCE_HYPERLINK": "1",
"HOME": "/tmp",
"GIT_AUTHOR_NAME": "test",
"GIT_COMMITTER_NAME": "test",
"GIT_AUTHOR_EMAIL": "test@example.com",
"GIT_COMMITTER_EMAIL": "test@example.com"
},
"nodeArguments": [
"--loader=esmock",
Expand Down

0 comments on commit 74ae535

Please sign in to comment.