Skip to content

Commit d99773f

Browse files
authored
Extend Check Enforcer timeout (Azure#21196)
Extend the timeout that Check Enforcer applies when waiting for a pipeline to start.
1 parent 37301df commit d99773f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/CHECKENFORCER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
format: v0.1-alpha
22
minimumCheckRuns: 1
3-
timeout: 5
3+
timeout: 10
44
message: >
55
This pull request is protected by [Check Enforcer](https://aka.ms/azsdk/check-enforcer).
66

@@ -55,4 +55,4 @@ message: >
5555

5656
```
5757
/azp run java - [service] - ci
58-
```
58+
```

0 commit comments

Comments
 (0)