From 4a91deecfc3128a39b3db93d7c0096bf1e895f93 Mon Sep 17 00:00:00 2001 From: SuparnaSuresh Date: Mon, 16 Dec 2024 19:07:23 +0530 Subject: [PATCH] GHA build fix - timeout value updated --- src/test/GradleSingleModLCLSTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/GradleSingleModLCLSTest.ts b/src/test/GradleSingleModLCLSTest.ts index 2d853897..e3e66d03 100755 --- a/src/test/GradleSingleModLCLSTest.ts +++ b/src/test/GradleSingleModLCLSTest.ts @@ -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 () => {