Skip to content

Instantly share code, notes, and snippets.

@stephendonner
Created January 15, 2020 06:13
Show Gist options
  • Select an option

  • Save stephendonner/e2622df2f2c6e476e07a064774da3973 to your computer and use it in GitHub Desktop.

Select an option

Save stephendonner/e2622df2f2c6e476e07a064774da3973 to your computer and use it in GitHub Desktop.
# if using conditioned profiles in CI, reduce default browser-settle
# time down to 1 second, from 30
if not self.no_condprof and not self.config['run_local'] \
and post_startup_delay == 30000:
self.post_startup_delay = 1000
LOG.info("using conditioned profiles, so reducing post_startup_delay to %d ms"
% self.post_startup_delay)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment