-
Notifications
You must be signed in to change notification settings - Fork 2
Performance of tests #37
Copy link
Copy link
Open
Milestone
Description
With the release of v0.2.0, we've noticed that test runtimes can reach over an hour. Ideally, we'd like to have shorter test turnaround times. There are a few paths to investigate:
- Shorter polling times: in a lot of places, we wait 5s between polls in test steps. We can probably cut this down. Reduce default poll retry from 5s to 1s #38
- Parallelize tests: There isn't any reason we can't run tests in parallel.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels