Skip to content

Commit

Permalink
increase timeout for OCI operations (#92)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer authored Jun 17, 2024
1 parent 0fdba85 commit 8afbcf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/attest.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Attestation, Predicate, Subject, attest } from '@actions/attest'
import { attachArtifactToImage, getRegistryCredentials } from '@sigstore/oci'

const OCI_TIMEOUT = 2000
const OCI_TIMEOUT = 30000
const OCI_RETRY = 3

export type SigstoreInstance = 'public-good' | 'github'
Expand Down

0 comments on commit 8afbcf6

Please sign in to comment.