Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/ci-integration-test-timeout
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump timeout for integration tests to 15 minutes (from 10 minutes), as 10 minutes is no longer enough.
2 changes: 1 addition & 1 deletion hack/bin/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ NAMESPACE=${NAMESPACE:-test-integration}
echo "Running integration tests on wire-server"

CHART=wire-server
helm test --logs -n "${NAMESPACE}" "${NAMESPACE}-${CHART}" --timeout 600s
helm test --logs -n "${NAMESPACE}" "${NAMESPACE}-${CHART}" --timeout 900s