Skip to content

Commit 74ae535

Browse files
authored
Fix tests timing out locally due to GPG (#722)
1 parent 47d1dc2 commit 74ae535

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,12 @@
9090
"!test/_helpers"
9191
],
9292
"environmentVariables": {
93-
"FORCE_HYPERLINK": "1"
93+
"FORCE_HYPERLINK": "1",
94+
"HOME": "/tmp",
95+
"GIT_AUTHOR_NAME": "test",
96+
"GIT_COMMITTER_NAME": "test",
97+
"GIT_AUTHOR_EMAIL": "[email protected]",
98+
"GIT_COMMITTER_EMAIL": "[email protected]"
9499
},
95100
"nodeArguments": [
96101
"--loader=esmock",

0 commit comments

Comments
 (0)