Skip to content

Commit 497904d

Browse files
committed
increase timeout
1 parent 82d1be8 commit 497904d

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
@@ -18,7 +18,7 @@ describe('Index', () => {
1818
expect(getByTestId('realtime_status')).toHaveTextContent('SUBSCRIBED')
1919
},
2020
{
21-
timeout: 2000,
21+
timeout: 10000,
2222
}
2323
)
2424

0 commit comments

Comments
 (0)