From b4de17fea3c55a14fb11860a3f83f6f1009c2382 Mon Sep 17 00:00:00 2001 From: Maurice McCabe Date: Thu, 20 Jun 2019 04:09:39 -0700 Subject: [PATCH] Changed project name to increase timeout for now Former-commit-id: 92a05002cf9c54c878118215a9fa3158c36e12af --- example/sylph.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/sylph.yaml b/example/sylph.yaml index e2b7745..ec9ae59 100644 --- a/example/sylph.yaml +++ b/example/sylph.yaml @@ -5,8 +5,8 @@ # Then monitors tests and returns final pass/fail result. # Note: assumes the 'aws' command line utility is logged-in. -project_name: example flutter tests -default_job_timeout: 7 # minutes +project_name: example flutter tests 2 +default_job_timeout: 7 # minutes, set at project creation tmp_dir: /tmp/sylph @@ -36,4 +36,4 @@ test_suites: device_pools: # - android pool 1 - ios pool 1 - job_timeout: 7 # minutes + job_timeout: 7 # minutes, set per job