Skip to content

Commit b17f175

Browse files
committed
add timeout
1 parent a0a6a63 commit b17f175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/expo-app/__tests__/Index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ describe('Index', () => {
2424

2525
// Unmount the component to trigger cleanup.
2626
unmount()
27-
})
27+
}, 10000)
2828
})

0 commit comments

Comments
 (0)