Created
January 15, 2020 06:13
-
-
Save stephendonner/e2622df2f2c6e476e07a064774da3973 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # 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