Commit d218eac
authored
findBy / findAllBy default timeout (#425)
findBy / findAllBy default timeout is 1000ms and not 450ms
see:
https://github.com/testing-library/dom-testing-library/blob/1b711a4a0143b532dc8258f9ceac1a1b36557ce0/src/config.js#L8
https://github.com/testing-library/dom-testing-library/blob/672f2316d49609572857e7de80251eb052c9cbd1/src/wait-for.js#L15
Thanks for your awesome work!1 parent abd9009 commit d218eac
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments