Skip to content

Commit

Permalink
reduce timeout on connector-nokafka example
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbush committed Mar 4, 2024
1 parent 47271ae commit 201cd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kafkaconnect/v1beta1/connector-nokafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kind: Connector
metadata:
annotations:
meta.upbound.io/example-id: kafkaconnect/v1beta1/connector
uptest.upbound.io/timeout: "3600"
uptest.upbound.io/timeout: "2100"
labels:
testing.upbound.io/example-name: connector-nokafka
name: connector-nokafka
Expand Down

0 comments on commit 201cd02

Please sign in to comment.