Skip to content

Commit 76292b5

Browse files
author
Sebastian McKenzie
committed
add timeouts
1 parent 7a18523 commit 76292b5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: __tests__/normalize-manifest.js

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import * as fs from '../src/util/fs.js';
1111
const nativeFs = require('fs');
1212
const path = require('path');
1313

14+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
15+
1416
const fixturesLoc = path.join(__dirname, 'fixtures', 'normalize-manifest');
1517

1618
for (const name of nativeFs.readdirSync(fixturesLoc)) {

Diff for: __tests__/util/stream.js

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import {ConcatStream} from '../../src/util/stream.js';
44

55
const fs = require('fs');
66

7+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
8+
79
test('ConcatStream', async function (): Promise<void> {
810
const [
911
actual,

0 commit comments

Comments
 (0)