Change interval unit type to seconds
This commit is contained in:
+2
-2
@@ -71,8 +71,8 @@ test("exporter serves healthz and metrics without crashing", async (t) => {
|
||||
...process.env,
|
||||
RELAYS: "wss://relay.damus.io,wss://nos.lol",
|
||||
WRITE_CHECK_ENABLED: "false",
|
||||
PROBE_TIMEOUT_MS: "2000",
|
||||
PROBE_INTERVAL_MS: "3000",
|
||||
PROBE_TIMEOUT_SECONDS: "2",
|
||||
PROBE_INTERVAL_SECONDS: "3",
|
||||
PORT: String(port),
|
||||
LOG_LEVEL: "error",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user