From bcce8d8f5b9878bad8b355ff3b711140e64497aa Mon Sep 17 00:00:00 2001 From: xdmal Date: Fri, 25 Feb 2022 10:03:18 +0800 Subject: [PATCH] Increase test.json time Signed-off-by: xdmal --- compileruntime/convertxml_lib_standard/Test.json | 4 ++-- compileruntime/process_lib_standard/Test.json | 4 ++-- compileruntime/uri_lib_standard/Test.json | 4 ++-- compileruntime/url_lib_standard/Test.json | 4 ++-- compileruntime/util_lib_standard/Test.json | 4 ++-- compileruntime/worker_lib_standard/Test.json | 4 ++-- compileruntime/xml_lib_standard/Test.json | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/compileruntime/convertxml_lib_standard/Test.json b/compileruntime/convertxml_lib_standard/Test.json index e99349859..d7c7d9abd 100644 --- a/compileruntime/convertxml_lib_standard/Test.json +++ b/compileruntime/convertxml_lib_standard/Test.json @@ -2,9 +2,9 @@ "description": "Configuration for startup convertxml js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "300000", + "test-timeout": "800000", "package": "com.example.convertxml", - "shell-timeout": "60000" + "shell-timeout": "90000" }, "kits": [ { diff --git a/compileruntime/process_lib_standard/Test.json b/compileruntime/process_lib_standard/Test.json index 8cb5b4f51..923725e78 100644 --- a/compileruntime/process_lib_standard/Test.json +++ b/compileruntime/process_lib_standard/Test.json @@ -2,9 +2,9 @@ "description": "Configuration for startup process js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "300000", + "test-timeout": "800000", "package": "com.example.childprocess", - "shell-timeout": "60000" + "shell-timeout": "90000" }, "kits": [ { diff --git a/compileruntime/uri_lib_standard/Test.json b/compileruntime/uri_lib_standard/Test.json index b87542da0..91ecf1df2 100644 --- a/compileruntime/uri_lib_standard/Test.json +++ b/compileruntime/uri_lib_standard/Test.json @@ -2,9 +2,9 @@ "description": "Configuration for startup uri js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "300000", + "test-timeout": "800000", "package": "com.example.uri", - "shell-timeout": "60000" + "shell-timeout": "90000" }, "kits": [ { diff --git a/compileruntime/url_lib_standard/Test.json b/compileruntime/url_lib_standard/Test.json index 8fef63c10..04ea7ed27 100644 --- a/compileruntime/url_lib_standard/Test.json +++ b/compileruntime/url_lib_standard/Test.json @@ -2,9 +2,9 @@ "description": "Configuration for startup url js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "300000", + "test-timeout": "800000", "package": "com.example.url", - "shell-timeout": "60000" + "shell-timeout": "90000" }, "kits": [ { diff --git a/compileruntime/util_lib_standard/Test.json b/compileruntime/util_lib_standard/Test.json index c6e67fe66..f84f77834 100644 --- a/compileruntime/util_lib_standard/Test.json +++ b/compileruntime/util_lib_standard/Test.json @@ -2,9 +2,9 @@ "description": "Configuration for startup util js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "300000", + "test-timeout": "800000", "package": "com.example.util", - "shell-timeout": "60000" + "shell-timeout": "90000" }, "kits": [ { diff --git a/compileruntime/worker_lib_standard/Test.json b/compileruntime/worker_lib_standard/Test.json index b1b4bbe00..b1ff162f3 100644 --- a/compileruntime/worker_lib_standard/Test.json +++ b/compileruntime/worker_lib_standard/Test.json @@ -2,9 +2,9 @@ "description": "Configuration for startup worker js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "60000", + "test-timeout": "800000", "package": "com.example.workerxts", - "shell-timeout": "60000" + "shell-timeout": "90000" }, "kits": [ { diff --git a/compileruntime/xml_lib_standard/Test.json b/compileruntime/xml_lib_standard/Test.json index 9130130db..70875448a 100644 --- a/compileruntime/xml_lib_standard/Test.json +++ b/compileruntime/xml_lib_standard/Test.json @@ -2,9 +2,9 @@ "description": "Configuration for startup xml js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "300000", + "test-timeout": "800000", "package": "com.example.xml", - "shell-timeout": "60000" + "shell-timeout": "90000" }, "kits": [ { -- GitLab