Skip to content

Commit 9883f8a

Browse files
authored
Merge pull request #1312 from kitsiosk/add-custom-ci-timeout
[CI]: Add custom CI timeout to detect stuck jobs earlier
2 parents 710132f + 2c2ef7d commit 9883f8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/full-run-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
MYSQL_PORT: 4444
5656
PGSQL_PORT: 4445
5757

58+
timeout-minutes: 36 # max + 3*std over the last 212 successful runs
59+
5860
services:
5961
mysql:
6062
image: mariadb:10.5

0 commit comments

Comments
 (0)