Relaxed timeout on flaky test
This commit is contained in:
@@ -2697,7 +2697,7 @@ describe('Env integration', function() {
|
|||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
throw new Error('suite');
|
throw new Error('suite');
|
||||||
}, 1);
|
}, 1);
|
||||||
}, 10);
|
}, 50);
|
||||||
|
|
||||||
env.it('spec', function() {});
|
env.it('spec', function() {});
|
||||||
});
|
});
|
||||||
@@ -2710,7 +2710,7 @@ describe('Env integration', function() {
|
|||||||
throw new Error('spec');
|
throw new Error('spec');
|
||||||
}, 1);
|
}, 1);
|
||||||
},
|
},
|
||||||
10
|
50
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user