Skip to content

Commit 0488b6c

Browse files
authored
Merge pull request #283 from ml054/v5.0
timeout increased
2 parents 72a97b5 + e4a3c82 commit 0488b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Ported/TimeSeries/TimeSeriesBulkInsertTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ describe("TimeSeriesBulkInsertTest", function () {
730730
assertThat(tsNames[1])
731731
.isEqualTo("Pulse");
732732
}
733-
}).timeout(60_000);
733+
}).timeout(100_000);
734734

735735
it("shouldDeleteTimeSeriesUponDocumentDeletion", async () => {
736736
const baseLine = moment().startOf("day");

0 commit comments

Comments
 (0)