Skip to content

Commit 6302093

Browse files
authored
improve the timeout to avoid the error caused by it. (#909)
* improve the timeout to avoid the error caused by it. * make the timeout even higher to avoid the timeout
1 parent eb61949 commit 6302093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-expected-output.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.ref != 'refs/heads/master'
1212
name: 'Update Kontrol expected output'
1313
runs-on: [self-hosted, linux, normal, fast]
14-
timeout-minutes: 90
14+
timeout-minutes: 180
1515
steps:
1616
- name: 'Check out code'
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)