Skip to content

Commit

Permalink
shorten integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aditsachde committed Jul 29, 2024
1 parent f7d92c0 commit f8330d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func TestCTHammer(t *testing.T) {

flag.Parse()
if *longFlag {
hammerConfig.Operations = 50000
hammerConfig.Operations = 25000
}

err = integration.HammerCTLog(context.Background(), hammerConfig)
Expand Down Expand Up @@ -313,7 +313,7 @@ func TestCTFsHammer(t *testing.T) {

flag.Parse()
if *longFlag {
hammerConfig.Operations = 50000
hammerConfig.Operations = 25000
}

err = integration.HammerCTLog(context.Background(), hammerConfig)
Expand Down

0 comments on commit f8330d5

Please sign in to comment.