Skip to content

Commit

Permalink
Longer etcd test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hifi committed Oct 20, 2024
1 parent 812c386 commit b273c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/etcd/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import (
)

const (
testTimeout = time.Second * 30
testTimeout = time.Minute * 5
manageTickerTime = time.Second * 15
learnerMaxStallTime = time.Minute * 5
memberRemovalTimeout = time.Minute * 1
Expand Down

0 comments on commit b273c44

Please sign in to comment.