Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 30d2b77

Browse files
committed
chore: increase spec timeout
Julia is _very_ slow to bring in Lint.jl when starting up, increase the spec timeout to 90 seconds from 10 seconds in order to accommodate that.
1 parent 71e32ba commit 30d2b77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/linter-julia-spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const { lint } = require('../lib/index.js').provideLinter();
1111
const badFile = path.join(__dirname, 'fixtures', 'bad.jl');
1212
const goodFile = path.join(__dirname, 'fixtures', 'good.jl');
1313

14+
// Julia is _slow_ to bring in Lint.jl, increase the timeout to 90 seconds
15+
jasmine.getEnv().defaultTimeoutInterval = 90 * 1000;
16+
1417
describe('The Julia Lint.jl provider for Linter', () => {
1518
beforeEach(async () => {
1619
atom.workspace.destroyActivePaneItem();

0 commit comments

Comments
 (0)