mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Add jest global timeout (#9498)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -41,6 +41,7 @@ const config: PlaywrightTestConfig = {
|
||||
expect: {
|
||||
timeout: 15000
|
||||
},
|
||||
globalTimeout: 1_800_000,
|
||||
reporter: [
|
||||
['list'],
|
||||
['html'],
|
||||
|
||||
Reference in New Issue
Block a user