Skip to content

Instantly share code, notes, and snippets.

@ErikGMatos
Created June 7, 2022 01:12
Show Gist options
  • Save ErikGMatos/20477b8d8dfcef9d41b41ea0107c14a6 to your computer and use it in GitHub Desktop.
Save ErikGMatos/20477b8d8dfcef9d41b41ea0107c14a6 to your computer and use it in GitHub Desktop.
import { configure } from '@testing-library/react';
configure({ asyncUtilTimeout: 15000 }); // here you define the timeout in miliseconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment