File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
__tests__/integration/configuration Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ module.exports = {
51
51
logOutputFolder: 'tmp/', // Should match .github/workflows/integration-test.yml -> upload-artifact
52
52
consoleLevel: 'silly',
53
53
wsUpdateDelay: 1000,
54
+ walletStartTimeout: 60000,
54
55
},
55
56
56
57
// Optional config so you can set the token you want to use in this wallet
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ module.exports = {
45
45
logOutputFolder: 'tmp/', // Should match .github/workflows/integration-test.yml -> upload-artifact
46
46
consoleLevel: 'silly',
47
47
wsUpdateDelay: 1000,
48
+ walletStartTimeout: 60000,
48
49
},
49
50
50
51
// Optional config so you can set the token you want to use in this wallet
You can’t perform that action at this time.
0 commit comments