File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const down = '\u001b[B';
26
26
const enter = '\n' ;
27
27
28
28
describe ( function ( ) {
29
- this . timeout ( 30e3 ) ;
29
+ this . timeout ( 60e3 ) ;
30
30
31
31
let tmpPath ;
32
32
@@ -144,11 +144,7 @@ describe(function() {
144
144
} ) ;
145
145
146
146
it ( 'runs codemods' , async function ( ) {
147
- if ( process . platform === 'darwin' ) {
148
- this . timeout ( 1.5 * 60e3 ) ;
149
- } else {
150
- this . timeout ( 60e3 ) ;
151
- }
147
+ this . timeout ( 1.5 * 60e3 ) ;
152
148
153
149
async function _merge ( src , dest ) {
154
150
await fs . copy (
@@ -246,6 +242,8 @@ describe(function() {
246
242
} ) ;
247
243
248
244
it ( 'can pick from multiple blueprints' , async function ( ) {
245
+ this . timeout ( 1.5 * 60e3 ) ;
246
+
249
247
let {
250
248
location,
251
249
version : to
@@ -388,7 +386,7 @@ describe(function() {
388
386
} ) ;
389
387
390
388
it ( 'can install an addon with a default blueprint and a state file' , async function ( ) {
391
- this . timeout ( ( process . platform === 'darwin' ? 3 : 1 ) * 60e3 ) ;
389
+ this . timeout ( 3 * 60e3 ) ;
392
390
393
391
let {
394
392
location
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const {
26
26
const { EOL } = require ( 'os' ) ;
27
27
28
28
describe ( function ( ) {
29
- this . timeout ( 30e3 ) ;
29
+ this . timeout ( 60e3 ) ;
30
30
31
31
let tmpPath ;
32
32
You can’t perform that action at this time.
0 commit comments