Skip to content

Commit 852da82

Browse files
committed
Increase to 10s
1 parent e2aab55 commit 852da82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cookbook/app/network-requests/__tests__/PhoneBook.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { User } from '../types';
66

77
jest.mock('axios');
88

9-
jest.setTimeout(7000);
9+
jest.setTimeout(10000);
1010
describe('PhoneBook', () => {
1111
it('fetches contacts successfully and renders in list', async () => {
1212
(global.fetch as jest.Mock).mockResolvedValueOnce({

0 commit comments

Comments
 (0)