Skip to content

Commit

Permalink
further increase hammer test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aditsachde committed Jul 19, 2024
1 parent f85701e commit 514f3da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
go-version-file: "go.mod"
- name: Run integration test
working-directory: integration
run: go test -timeout 1h -run ^TestCTHammer$
run: go test -timeout 2h -run ^TestCTHammer$
2 changes: 0 additions & 2 deletions internal/ctsubmit/logic.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ func (d *stageTwoData) stageTwo(
return fmt.Errorf("stage two: stageTwoRx channel closed")
}

// TODO: Process the pool

// The current tree size is the same as the index of the first leaf in the pool
oldTreeSize := pool[0].entry.LeafIndex
// LeafIndex is zero-indexed, so the tree size is the last leaf index + 1
Expand Down

0 comments on commit 514f3da

Please sign in to comment.