Skip to content
#

pex

Here are 39 public repositories matching this topic...

Eric-Arellano
Eric-Arellano commented Dec 1, 2021

Currently, you set a test timeout like this:

python_test(timeout=5)

The number represents seconds, but that's not obvious from the BUILD file. Compare to:

python_test(timeout="5s")
python_test(timeout="2.5m")

Not only is this more explicit, allowing m for minutes is more flexible. "2m" is easier to read than 120. In Slack, we got 5 votes in favor

Improve this page

Add a description, image, and links to the pex topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pex topic, visit your repo's landing page and select "manage topics."

Learn more