diff --git a/workflows/compile_gpu_nlp_model.json b/workflows/compile_gpu_nlp_model.json index fca63c4..1adcf49 100644 --- a/workflows/compile_gpu_nlp_model.json +++ b/workflows/compile_gpu_nlp_model.json @@ -3,14 +3,14 @@ "entrypoint": "classification_albert", "tests": [ { - "name": "3 call in 10 sec", + "name": "3 call in 20 sec", "payload": {"texts": ["Hello", "Nice to meet you", "I can not login", "It does not work"]}, - "timeout": 10 + "timeout": 20 }, { - "name": "12 call in 15 sec", + "name": "12 call in 30 sec", "payload": {"texts": ["Hello", "Nice to meet you", "I can not login", "It does not work", "Hello", "Nice to meet you", "I can not login", "It does not work", "Hello", "Nice to meet you", "I can not login", "It does not work", "Hello", "Nice to meet you", "I can not login", "It does not work"]}, - "timeout": 15 + "timeout": 30 } ] }, diff --git a/workflows/customer_image_processing.json b/workflows/customer_image_processing.json index 89e3f59..73bfa94 100644 --- a/workflows/customer_image_processing.json +++ b/workflows/customer_image_processing.json @@ -3,9 +3,9 @@ "entrypoint": "selfie2anime", "tests": [ { - "name": "1 call in 10 sec", + "name": "1 call in 20 sec", "payload": {"in": "https://cdn.dxomark.com/wp-content/uploads/medias/post-29213/160_OnePlus7_DxOMark_Selfie-1-e1557408678866.jpg", "out": "data://.algo/temp/test.jpg"}, - "timeout": 10 + "timeout": 20 } ] }, diff --git a/workflows/image_benchmark.json b/workflows/image_benchmark.json index e20c21e..28a5e89 100644 --- a/workflows/image_benchmark.json +++ b/workflows/image_benchmark.json @@ -3,14 +3,14 @@ "entrypoint": "ParallelPipelining", "tests": [ { - "name": "10 calls in 60 sec", + "name": "10 calls in 2 min", "payload": 10, - "timeout": 60 + "timeout": 120 }, { - "name": "100 calls in 5 min", - "payload": 100, - "timeout": 300 + "name": "50 calls in 10 min", + "payload": 50, + "timeout": 600 } ] },