Skip to content

Commit

Permalink
increase timeout for gha
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbysunil14 committed Dec 6, 2024
1 parent b1e81a8 commit d15c57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/GradleSingleModJakartaLSTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ describe('LSP4Jakarta LS test for snippet test', () => {

await editor.clearText();
await editor.save();
}).timeout(275000);
}).timeout(475000);

});

0 comments on commit d15c57f

Please sign in to comment.