Skip to content

Commit bfb17ee

Browse files
author
Kelly Selden
authored
increase init custom blueprint timeout
1 parent 8e2ce43 commit bfb17ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/init-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const { initBlueprint } = require('../helpers/blueprint');
1717
const toDefault = require('../../src/args').to.default;
1818

1919
describe(init, function() {
20-
this.timeout(3 * 60 * 1000);
20+
this.timeout(5 * 60 * 1000);
2121

2222
let cwd;
2323
let tmpPath;

0 commit comments

Comments
 (0)