Skip to content

Commit 3465067

Browse files
committed
Re-add the 20s timeout for time series group test
1 parent fc6193d commit 3465067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/endpoints/TimeSeries-Groups.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ test("Test TS Groups", async () => {
3939
expect(TSIDS).toBeDefined();
4040
console.log(`Fetched ${TSIDS.length} timeseries for group ${group.id}`);
4141
});
42-
});
42+
}, 20000);

0 commit comments

Comments
 (0)