Skip to content

Commit

Permalink
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 0e2e2a3 commit aeb4a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 -run ^TestCTHammer$
run: go test -timeout 1h -run ^TestCTHammer$
2 changes: 1 addition & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestCTHammer(t *testing.T) {
ctfe.GetSTHName: 2,
ctfe.GetSTHConsistencyName: 2,
ctfe.GetProofByHashName: 2,
ctfe.GetEntriesName: 0, // this should be 2
ctfe.GetEntriesName: 2,
ctfe.GetRootsName: 1,
ctfe.GetEntryAndProofName: 0, // hammering entrypoint GetEntryAndProof not yet implemented upstream
},
Expand Down

0 comments on commit aeb4a8a

Please sign in to comment.