Skip to content

Commit

Permalink
Added global timeout (open-telemetry#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvarma95 authored and hero committed Dec 12, 2021
1 parent 4317f0e commit f34363a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 deletions.
1 change: 1 addition & 0 deletions kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ commands:
- command: sleep 5s
testDirs:
- ./tests/e2e/
timeout: 150
4 changes: 0 additions & 4 deletions tests/e2e/smoke-statefulset/00-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 150
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down
4 changes: 0 additions & 4 deletions tests/e2e/smoke-targetallocator/02-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 150
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down
4 changes: 0 additions & 4 deletions tests/e2e/statefulset-features/00-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 150
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down
4 changes: 0 additions & 4 deletions tests/e2e/targetallocator-features/02-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 150
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down

0 comments on commit f34363a

Please sign in to comment.