Add setup tests file for setting the jest timeout

This commit is contained in:
Jannis Mattheis
2018-09-14 20:53:32 +02:00
parent 0a311d103c
commit 0500223095

1
ui/src/setupTests.ts Normal file
View File

@@ -0,0 +1 @@
jest.setTimeout(process.env.CI === 'true' ? 50000 : 20000);