Skip to content

Commit e2101e3

Browse files
committed
increase timeout
1 parent 586ebe4 commit e2101e3

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)