Skip to content

Commit c15ccc6

Browse files
committed
chore: Increased a timeout for multi-layout.test.tsx
1 parent b5ec2fa commit c15ccc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app-layout/__tests__/multi-layout.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function findAllToolbars() {
2323

2424
function delay() {
2525
// longer than a setTimeout(..., 0) used inside the implementation
26-
return act(() => new Promise(resolve => setTimeout(resolve, 10)));
26+
return act(() => new Promise(resolve => setTimeout(resolve, 50)));
2727
}
2828

2929
const defaultAppLayoutProps = {

0 commit comments

Comments
 (0)