There was an error while loading. Please reload this page.
1 parent 25a4d2c commit 5009a4fCopy full SHA for 5009a4f
1 file changed
tests/package-smoke.test.js
@@ -34,7 +34,7 @@ function runNpmPackDryRun() {
34
}
35
36
describe('npm package smoke', function () {
37
- this.timeout(60000);
+ this.timeout(120000);
38
39
it('publishes the CLI setup, auth, and runtime support files', function () {
40
const pkg = JSON.parse(fs.readFileSync(path.join(repoRoot, 'package.json'), 'utf8'));
0 commit comments