mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #19523 from atom/as/longer-main-process-tests-timeout
Increase timeout for atom-application.test.js on CI
This commit is contained in:
@@ -47,6 +47,10 @@ const {
|
||||
describe('AtomApplication', function() {
|
||||
let scenario, sinon;
|
||||
|
||||
if (process.env.CI) {
|
||||
this.timeout(10 * 1000);
|
||||
}
|
||||
|
||||
beforeEach(async function() {
|
||||
sinon = sandbox.create();
|
||||
scenario = await LaunchScenario.create(sinon);
|
||||
|
||||
Reference in New Issue
Block a user