Skip to content

Commit 2839f3e

Browse files
stuggiopenshift-merge-bot[bot]
authored andcommitted
Use dedicated 25s value for consistencyTimeout
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent 6e3b2cc commit 2839f3e

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)