Skip to content

Commit 198c413

Browse files
authored
Merge pull request #22 from HydrologicEngineeringCenter/bugfix/21-tsg-timeout
Re-add the 20s timeout for time series group test
2 parents fc6193d + 3465067 commit 198c413

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)