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 2349258
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/framework/e2e/etcd_process.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,7 @@ func (f *BinaryFailpoints) DeactivateHTTP(ctx context.Context, failpoint string)
return err
}
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 2349258

Please sign in to comment.