Skip to content

Commit 0a8246f

Browse files
committed
chore: added new timeout variable to config files
1 parent bf92183 commit 0a8246f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

__tests__/integration/configuration/config.js.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module.exports = {
5151
logOutputFolder: 'tmp/', // Should match .github/workflows/integration-test.yml -> upload-artifact
5252
consoleLevel: 'silly',
5353
wsUpdateDelay: 1000,
54+
walletStartTimeout: 60000,
5455
},
5556

5657
// Optional config so you can set the token you want to use in this wallet

config.js.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ module.exports = {
4545
logOutputFolder: 'tmp/', // Should match .github/workflows/integration-test.yml -> upload-artifact
4646
consoleLevel: 'silly',
4747
wsUpdateDelay: 1000,
48+
walletStartTimeout: 60000,
4849
},
4950

5051
// Optional config so you can set the token you want to use in this wallet

0 commit comments

Comments
 (0)