From 14832008c5fb813a86a6b2b78baa50d068675dd9 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 22 Feb 2016 13:12:44 -0500 Subject: - task.expires needs to be greater than artifacts.expires --- taskgraph.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'taskgraph.json') diff --git a/taskgraph.json b/taskgraph.json index 3cc66e445..0441b5be2 100644 --- a/taskgraph.json +++ b/taskgraph.json @@ -10,6 +10,7 @@ "reruns": 3, "maxRunTime": 3000, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "Basic Sanity Tests" }, @@ -40,6 +41,7 @@ "reruns": 3, "maxRunTime": 3000, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "Documentation Build Test" }, @@ -70,6 +72,7 @@ "reruns": 3, "maxRunTime": 7200, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "WebService API Tests" }, @@ -105,6 +108,7 @@ "reruns": 3, "maxRunTime": 7200, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "Selenium Tests" }, -- cgit v1.2.3-24-g4f1b