Add timeout to CI. (#12684)
* Global 60-300 seconds timeout * Add verbose option * [skip ci] typo
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user