-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace hardcoded test timeout and parallelism flags with defaults. (#…
…2779) The specified parallism of 8 was counter-productive on machines with fewer cores, and the hardcoded flag was impossible to override from the outside. This now uses the Go default of GOMAXPROCS (which is #cores). The CI config sets parallelism explicitly to suit container size. The specified timeout was also impossible to override when a shorter value was wanted for development. The CI config now sets the 30m value, but this is way more than we need.
- Loading branch information
Showing
2 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters