Skip to content

Commit b3cc462

Browse files
committed
Use dedicated 25s value for consistencyTimeout
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent 4a42e44 commit b3cc462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/base_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const (
4949
// consistencyTimeout is the amount of time we use to repeatedly check
5050
// that a condition is still valid. This is intended to be used in
5151
// asserts using `Consistently`.
52-
consistencyTimeout = timeout
52+
consistencyTimeout = 25 * time.Second
5353
ironicComputeName = "ironic-compute"
5454
MemcachedInstance = "memcached"
5555
)

0 commit comments

Comments
 (0)