We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6193d commit 3465067Copy full SHA for 3465067
tests/endpoints/TimeSeries-Groups.test.js
@@ -39,4 +39,4 @@ test("Test TS Groups", async () => {
39
expect(TSIDS).toBeDefined();
40
console.log(`Fetched ${TSIDS.length} timeseries for group ${group.id}`);
41
});
42
-});
+}, 20000);
0 commit comments