Allow for passing setup and wait timeouts from outside the test script, via env vars #119

Closed
tvansteenburgh opened this Issue Mar 16, 2016 · 0 comments

Comments

Projects
None yet
1 participant
Member

tvansteenburgh commented Mar 16, 2016

AMULET_SETUP_TIMEOUT - If set, overrides the value passed to Deployment.setup()
AMULET_WAIT_TIMEOUT - If set, overrides the value passed to Deployment().sentry.wait()

@tvansteenburgh tvansteenburgh self-assigned this Mar 16, 2016

tvansteenburgh added a commit to tvansteenburgh/amulet that referenced this issue Mar 16, 2016

Pass timeouts via env vars.
AMULET_SETUP_TIMEOUT - If set, overrides the value passed to Deployment.setup()
AMULET_WAIT_TIMEOUT - If set, overrides the value passed to Deployment().sentry.wait()

Fixes #119.

@marcoceppi marcoceppi closed this in #120 Mar 16, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment