Skip to content

Commit 5ad2591

Browse files
authored
ci: increase cache timeout on windows (#2445)
Windows cache update timed out. It didn't look like it hung so it may need more time.
1 parent ebfca77 commit 5ad2591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: github.repository == 'intel/cve-bin-tool'
4646
name: Update windows cached database
4747
runs-on: windows-latest
48-
timeout-minutes: 20
48+
timeout-minutes: 60
4949
env:
5050
PYTHONIOENCODING: 'utf8'
5151
steps:

0 commit comments

Comments
 (0)