Add jest global timeout (#9498)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-07-09 20:49:07 +05:00
committed by GitHub
parent 63e1172ee7
commit 738702f848
+1
View File
@@ -41,6 +41,7 @@ const config: PlaywrightTestConfig = {
expect: {
timeout: 15000
},
globalTimeout: 1_800_000,
reporter: [
['list'],
['html'],