We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a42e44 commit b3cc462Copy full SHA for b3cc462
1 file changed
test/functional/base_test.go
@@ -49,7 +49,7 @@ const (
49
// consistencyTimeout is the amount of time we use to repeatedly check
50
// that a condition is still valid. This is intended to be used in
51
// asserts using `Consistently`.
52
- consistencyTimeout = timeout
+ consistencyTimeout = 25 * time.Second
53
ironicComputeName = "ironic-compute"
54
MemcachedInstance = "memcached"
55
)
0 commit comments