Skip to content

Commit ed40e93

Browse files
committed
Decreasing the timeout setting.
1 parent 822b1d3 commit ed40e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ test('renders react auth0', () => {
66
render(<App />);
77
const element = screen.getAllByText(/react auth0/i);
88
expect(element).toHaveLength(2);
9-
}, 2000);
9+
}, 1000);
1010
});

0 commit comments

Comments
 (0)