We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71102b commit 84dd20aCopy full SHA for 84dd20a
1 file changed
backend/app/setup.go
@@ -109,8 +109,7 @@ func SetUp(t testing.TB) (*App, error) {
109
"cluster_health_check_interval_in_hours": 1,
110
"reserved_node_health_check_interval_in_hours": 1,
111
"reserved_node_health_check_timeout_in_minutes": 1,
112
- "reserved_node_health_check_workers_num": 10
113
- "cluster_health_check_interval_in_hours": 2,
+ "reserved_node_health_check_workers_num": 10,
114
"encryption_passphrase": "test-encryption-passphrase-for-testing-only",
115
"encryption_salt": "test-salt-for-testing-environment",
116
"argon2": {
0 commit comments