Skip to content

Commit 0fc4379

Browse files
crozzyhdonnay
authored andcommitted
chore: increase update-check test timeout
Now we are processing all the VEX files during the updater-check we need to increase from the 10m default. Signed-off-by: crozzy <joseph.crosland@gmail.com>
1 parent d66c476 commit 0fc4379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/updater-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
check-latest: true
2323
go-version-file: ./go.mod
2424
- name: Check
25-
run: go test ./test/periodic -enable
25+
run: go test -timeout=20m ./test/periodic -enable
2626
- name: Create URL
2727
id: url
2828
if: failure()

0 commit comments

Comments
 (0)