We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc80b32 commit 43175e1Copy full SHA for 43175e1
test/unit/helpers/bulk.test.ts
@@ -1819,6 +1819,7 @@ test('Flush interval', t => {
1819
})
1820
1821
server.stop()
1822
+ t.end()
1823
1824
1825
test(`flush timeout does not lock process when flushInterval is greater than server timeout`, async t => {
@@ -1868,6 +1869,7 @@ test('Flush interval', t => {
1868
1869
1870
1871
1872
1873
1874
1875
test(`flush timeout does not lock process when flushInterval is equal to server timeout`, async t => {
@@ -1917,6 +1919,7 @@ test('Flush interval', t => {
1917
1919
1918
1920
1921
1922
1923
1924
1925
t.end()
0 commit comments