Skip to content

Commit

Permalink
GHA build fix - timeout value updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SuparnaSuresh committed Dec 16, 2024
1 parent 07faf04 commit 4a91dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/GradleSingleModLCLSTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('LCLS tests for Gradle Project', function () {
assert(actualSeverXMLContent.length !== 0, 'Content of server.xml is not in coppied.');
console.log('Sever.xml content:', actualSeverXMLContent);

}).timeout(10000);
}).timeout(15000);

it('Should show diagnostic for server.xml invalid value', async () => {

Expand Down

0 comments on commit 4a91dee

Please sign in to comment.