From b4a10af37701046e8b35b343b1fc559041ae409c Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Mon, 3 Apr 2023 22:02:37 +0200 Subject: [PATCH] Add timeout --- __tests__/setup-go.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/setup-go.test.ts b/__tests__/setup-go.test.ts index cea14f4..b7a1cbc 100644 --- a/__tests__/setup-go.test.ts +++ b/__tests__/setup-go.test.ts @@ -242,7 +242,7 @@ describe('setup-go', () => { await main.run(); expect(logSpy).toHaveBeenCalledWith(`Setup go version spec 1.13.0`); - }); + }, 60000); it('evaluates to stable with no input', async () => { inputs['go-version'] = '1.13.0';