Add timeout to CI. (#12684)

* Global 60-300 seconds timeout

* Add verbose option

* [skip ci] typo
This commit is contained in:
Lysandre Debut
2021-07-13 21:13:18 +02:00
committed by GitHub
parent 78f5fe1416
commit 83f025125d
5 changed files with 21 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ def format_for_slack(total_results, results, scheduled: bool):
"type": "header",
"text": {
"type": "plain_text",
"text": "🤗 Results of the scheduled tests, March 11, 2021." if scheduled else "🤗 Self-push results",
"text": "🤗 Results of the scheduled tests." if scheduled else "🤗 Self-push results",
"emoji": True,
},
}