From b692e6d7eebfc62cd819b1318c2647226ae8d4fd Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 6 Aug 2025 11:17:38 +0200 Subject: [PATCH] test: increase timeout Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- __tests__/undock/undock.test.itg.ts | 2 +- __tests__/undock/undock.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/undock/undock.test.itg.ts b/__tests__/undock/undock.test.itg.ts index 1471e2a..120adfb 100644 --- a/__tests__/undock/undock.test.itg.ts +++ b/__tests__/undock/undock.test.itg.ts @@ -43,5 +43,5 @@ describe('run', () => { }); })() ).resolves.not.toThrow(); - }, 100000); + }, 500000); }); diff --git a/__tests__/undock/undock.test.ts b/__tests__/undock/undock.test.ts index 14d6ddd..59e6b05 100644 --- a/__tests__/undock/undock.test.ts +++ b/__tests__/undock/undock.test.ts @@ -38,7 +38,7 @@ describe('run', () => { }); })() ).resolves.not.toThrow(); - }, 100000); + }, 500000); }); describe('isAvailable', () => {