Skip to content

Commit

Permalink
Rollback changes on PR17719
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybear327 committed May 15, 2024
1 parent a2ce035 commit c846c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/e2e/etcd_process.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func (f *BinaryFailpoints) DeactivateHTTP(ctx context.Context, failpoint string)
}
httpClient := http.Client{
// TODO: Decrease after deactivate is not blocked by sleep https://github.com/etcd-io/gofail/issues/64
Timeout: 2 * time.Second,
Timeout: 1 * time.Second,
}
if f.clientTimeout != 0 {
httpClient.Timeout = f.clientTimeout
Expand Down

0 comments on commit c846c0e

Please sign in to comment.