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', () => {