Add setup tests file for setting the jest timeout
This commit is contained in:
parent
0a311d103c
commit
0500223095
|
|
@ -0,0 +1 @@
|
|||
jest.setTimeout(process.env.CI === 'true' ? 50000 : 20000);
|
||||
Loading…
Reference in New Issue