From 18fe66cf425c47d02d823b7a6a22fb9a688d14d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:12:34 +0200 Subject: [PATCH] chore: increase timeout to 60sec to reduce test flakiness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com> Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com> Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com> --- .../acceptance/snyk-test/spotlight-vuln-notification.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jest/acceptance/snyk-test/spotlight-vuln-notification.spec.ts b/test/jest/acceptance/snyk-test/spotlight-vuln-notification.spec.ts index c7acc8808fe..28faafac4ce 100644 --- a/test/jest/acceptance/snyk-test/spotlight-vuln-notification.spec.ts +++ b/test/jest/acceptance/snyk-test/spotlight-vuln-notification.spec.ts @@ -2,7 +2,7 @@ import { fakeServer } from '../../../acceptance/fake-server'; import { createProjectFromFixture } from '../../util/createProject'; import { runSnykCLI } from '../../util/runSnykCLI'; -jest.setTimeout(1000 * 30); +jest.setTimeout(1000 * 60); describe('spotlight vuln notification', () => { let server;