We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cd6a6 commit 087d2bdCopy full SHA for 087d2bd
owner/manager_test.go
@@ -90,7 +90,7 @@ func TestSingle(t *testing.T) {
90
if isOwner {
91
t.Fatalf("expect false, got isOwner:%v", isOwner)
92
}
93
- time.Sleep(10 * time.Millisecond)
+ time.Sleep(200 * time.Millisecond)
94
ownerID, _ := manager.GetOwnerID(goctx.Background())
95
// The error is ok to be not nil since we canceled the manager.
96
if ownerID != "" {
0 commit comments