We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3344ecd commit 993eb13Copy full SHA for 993eb13
internal/assertions/condition_test.go
@@ -86,7 +86,7 @@ func TestConditionEventuallyTimeout(t *testing.T) {
86
mock := new(errorsCapturingT)
87
// A condition function that returns after the Eventually timeout
88
condition := func() bool {
89
- time.Sleep(5 * time.Millisecond)
+ time.Sleep(100 * time.Millisecond)
90
return true
91
}
92
0 commit comments