Skip to content

Commit d794899

Browse files
committed
try to remove test timeout
1 parent e88f0ef commit d794899

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/src/read-stream.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
} from '../../src';
1111

1212
describe('read stream tests', function() {
13-
this.timeout(100);
1413
const path = '/out/path';
1514

1615
let sandbox: sinon.SinonSandbox;

test/src/stream.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
} from '../../src';
1010

1111
describe('concurrent stream tests', function() {
12-
this.timeout(100);
1312
const path = '/out/path';
1413

1514
let sandbox: sinon.SinonSandbox;

test/src/write-stream.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
import { PassThrough } from 'stream';
1111

1212
describe('write stream tests', function() {
13-
this.timeout(100);
1413
const path = '/out/path';
1514

1615
let sandbox: sinon.SinonSandbox;

0 commit comments

Comments
 (0)