Skip to content

Commit

Permalink
Merge pull request #842 from oasisprotocol/ptrus/fix/upper-bound
Browse files Browse the repository at this point in the history
Release followup updates
  • Loading branch information
ptrus authored Dec 19, 2024
2 parents 66a4886 + d1c1cad commit 12a1ea7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Empty file added .changelog/842.trivial.md
Empty file.
4 changes: 4 additions & 0 deletions .github/workflows/docker-nexus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
- CHANGELOG.md
workflow_dispatch: # manual; for debugging workflow before merging branch into `main`

permissions:
packages: write
contents: read

jobs:
build-docker:
runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'v[0-9]+.[0-9]+*'

permissions:
packages: write
contents: write

jobs:
Expand Down
2 changes: 1 addition & 1 deletion analyzer/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
timeoutUpperBound = 60 * time.Second
timeoutUpperBound = 60 * time.Minute
// SHA256 of empty string.
// oasis-core tags event that are not associated with any real transactions.
// For example, the DebondingStart escrow event.
Expand Down

0 comments on commit 12a1ea7

Please sign in to comment.