Skip to content

Commit 3eacfec

Browse files
committed
Increase timeouts
Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
1 parent 5c909fe commit 3eacfec

9 files changed

Lines changed: 9 additions & 0 deletions

File tree

examples/mq/cluster/v1alpha1/user-with-consoleAccess.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ kind: User
77
metadata:
88
annotations:
99
meta.upbound.io/example-id: mq/v1alpha1/user
10+
uptest.upbound.io/timeout: "3600"
1011
labels:
1112
testing.upbound.io/example-name: example
1213
name: example

examples/mq/cluster/v1alpha1/user-with-groups.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ kind: User
77
metadata:
88
annotations:
99
meta.upbound.io/example-id: mq/v1alpha1/user
10+
uptest.upbound.io/timeout: "3600"
1011
labels:
1112
testing.upbound.io/example-name: example
1213
name: mquser1

examples/mq/cluster/v1alpha1/user.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ kind: User
77
metadata:
88
annotations:
99
meta.upbound.io/example-id: mq/v1alpha1/user
10+
uptest.upbound.io/timeout: "3600"
1011
labels:
1112
testing.upbound.io/example-name: example
1213
name: example

examples/mq/cluster/v1beta1/broker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ kind: Broker
77
metadata:
88
annotations:
99
meta.upbound.io/example-id: mq/v1beta1/broker
10+
uptest.upbound.io/timeout: "3600"
1011
labels:
1112
testing.upbound.io/example-name: example
1213
name: example

examples/mq/cluster/v1beta2/broker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ kind: Broker
77
metadata:
88
annotations:
99
meta.upbound.io/example-id: mq/v1beta2/broker
10+
uptest.upbound.io/timeout: "3600"
1011
labels:
1112
testing.upbound.io/example-name: example
1213
name: example

examples/mq/namespaced/v1alpha1/user-with-consoleAccess.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ kind: User
77
metadata:
88
annotations:
99
meta.upbound.io/example-id: mq/v1alpha1/user
10+
uptest.upbound.io/timeout: "3600"
1011
labels:
1112
testing.upbound.io/example-name: example
1213
name: example

examples/mq/namespaced/v1alpha1/user-with-groups.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ kind: User
77
metadata:
88
annotations:
99
meta.upbound.io/example-id: mq/v1alpha1/user
10+
uptest.upbound.io/timeout: "3600"
1011
labels:
1112
testing.upbound.io/example-name: example
1213
name: mquser1

examples/mq/namespaced/v1alpha1/user.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ kind: User
77
metadata:
88
annotations:
99
meta.upbound.io/example-id: mq/v1alpha1/user
10+
uptest.upbound.io/timeout: "3600"
1011
labels:
1112
testing.upbound.io/example-name: example
1213
name: example

examples/mq/namespaced/v1beta1/broker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ kind: Broker
77
metadata:
88
annotations:
99
meta.upbound.io/example-id: mq/v1beta1/broker
10+
uptest.upbound.io/timeout: "3600"
1011
labels:
1112
testing.upbound.io/example-name: example
1213
name: example

0 commit comments

Comments
 (0)