Try waiting 2 seconds

This commit is contained in:
Nathan Bierema 2021-06-19 19:14:13 -04:00
parent 36ec423b45
commit 21a2122e34

View File

@ -5,4 +5,4 @@ import Adapter from 'enzyme-adapter-react-15.4';
Enzyme.configure({ adapter: new Adapter() }); Enzyme.configure({ adapter: new Adapter() });
jest.setTimeout(10000); jest.setTimeout(20000);