Searched refs:NASTY_ITERS (Results 1 - 1 of 1) sorted by relevance

/pkg/src/tests/cli/
H A Dt_pkg_nasty.py47 # Default number iterations; tune with NASTY_ITERS in environ.
48 NASTY_ITERS = 10 variable in class:TestPkgNasty
106 self.NASTY_ITERS = \
107 int(os.environ.get("NASTY_ITERS", self.NASTY_ITERS))
194 NASTY_ITERS in the process environment, i.e. NASTY_ITERS=100."""
195 for x in range(1, self.NASTY_ITERS + 1):
197 x, self.NASTY_ITERS))
203 x, self.NASTY_ITERS))
[all...]

Completed in 380 milliseconds