Skip to content

Commit 8afbcf6

Browse files
authored
increase timeout for OCI operations (#92)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent 0fdba85 commit 8afbcf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/attest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Attestation, Predicate, Subject, attest } from '@actions/attest'
22
import { attachArtifactToImage, getRegistryCredentials } from '@sigstore/oci'
33

4-
const OCI_TIMEOUT = 2000
4+
const OCI_TIMEOUT = 30000
55
const OCI_RETRY = 3
66

77
export type SigstoreInstance = 'public-good' | 'github'

0 commit comments

Comments
 (0)