We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc6193d + 3465067 commit 198c413Copy full SHA for 198c413
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