Skip to content

Commit a8f91db

Browse files
author
Kelly Selden
committed
limit more timeouts
1 parent 2c53c48 commit a8f91db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/check-for-blueprint-updates-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { promisify } = require('util');
99
const tmpDir = promisify(require('tmp').dir);
1010

1111
describe(checkForBlueprintUpdates, function() {
12-
this.timeout(60 * 1000);
12+
this.timeout(30 * 1000);
1313

1414
let tmpPath;
1515

test/integration/stats-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { initBlueprint } = require('../helpers/blueprint');
1414
const loadSafeBlueprintFile = require('../../src/load-safe-blueprint-file');
1515

1616
describe(stats, function() {
17-
this.timeout(5 * 60 * 1000);
17+
this.timeout(30 * 1000);
1818

1919
let cwd;
2020
let tmpPath;

0 commit comments

Comments
 (0)