Skip to content

Commit 2b667ba

Browse files
committed
test: increase timeout
1 parent baf8af8 commit 2b667ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controllers/keycloakrealm_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func needStatus(reconciledInstance *v1beta1.KeycloakRealm, expectedStatus *v1bet
4343

4444
var _ = Describe("KeycloakRealm controller", func() {
4545
const (
46-
timeout = time.Second * 5
46+
timeout = time.Second * 10
4747
interval = time.Millisecond * 50
4848
)
4949

0 commit comments

Comments
 (0)