Skip to content

Commit 5009a4f

Browse files
committed
test: allow package smoke build headroom
1 parent 25a4d2c commit 5009a4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/package-smoke.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function runNpmPackDryRun() {
3434
}
3535

3636
describe('npm package smoke', function () {
37-
this.timeout(60000);
37+
this.timeout(120000);
3838

3939
it('publishes the CLI setup, auth, and runtime support files', function () {
4040
const pkg = JSON.parse(fs.readFileSync(path.join(repoRoot, 'package.json'), 'utf8'));

0 commit comments

Comments
 (0)