From 79246b28b26c0e9e3b3a81b6bc3c7b77b5775a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Thu, 26 Sep 2024 17:17:45 +0200 Subject: [PATCH] Increase timeout for test: repo-with-programatically-added-commits.mutation --- .../repo-with-programatically-added-commits.mutation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/e2e/cli/repo-with-programatically-added-commits.mutation.test.ts b/src/test/e2e/cli/repo-with-programatically-added-commits.mutation.test.ts index 31478365..1731a317 100644 --- a/src/test/e2e/cli/repo-with-programatically-added-commits.mutation.test.ts +++ b/src/test/e2e/cli/repo-with-programatically-added-commits.mutation.test.ts @@ -4,7 +4,7 @@ import { getDevAccessToken } from '../../private/getDevAccessToken'; import { getSandboxPath, resetSandbox } from '../../sandbox'; import { runBackportViaCli } from './runBackportViaCli'; -jest.setTimeout(15_000); +jest.setTimeout(25_000); const accessToken = getDevAccessToken(); const octokit = new Octokit({ auth: accessToken });