Skip to content

Commit b692e6d

Browse files
committed
test: increase timeout
Signed-off-by: CrazyMax <[email protected]>
1 parent 4720b49 commit b692e6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/undock/undock.test.itg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ describe('run', () => {
4343
});
4444
})()
4545
).resolves.not.toThrow();
46-
}, 100000);
46+
}, 500000);
4747
});

__tests__/undock/undock.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('run', () => {
3838
});
3939
})()
4040
).resolves.not.toThrow();
41-
}, 100000);
41+
}, 500000);
4242
});
4343

4444
describe('isAvailable', () => {

0 commit comments

Comments
 (0)