Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Use contexts with timeouts in tests #33

@tzdybal

Description

@tzdybal

Currently tests use context.TODO() - this should be replaced with something like:

ctx, cancel := context.WithTimeout(context.Background(), 3*time.Second)
defer cancel()

Metadata

Metadata

Assignees

Labels

T:code-hygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.execution-apitesting

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions