diff options
| author | Zuul <zuul@review.opendev.org> | 2020-09-03 04:12:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-09-03 04:12:21 +0000 |
| commit | 9d8db8f6126542dc18ea1b14e078d64cc1a254e4 (patch) | |
| tree | ca1d64dbdca393f17ad1032ae2da6ca3bfc1b06c /test | |
| parent | 842086d27fbb8ae8b5b723a0167d33ca2050feea (diff) | |
| parent | 89c8d9b853aa02e0a90682d04cec2cd42f740e80 (diff) | |
| download | python-swiftclient-9d8db8f6126542dc18ea1b14e078d64cc1a254e4.tar.gz | |
Merge "Speed up test_lazy_connections"victoria-em3.10.1
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/test_multithreading.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_multithreading.py b/test/unit/test_multithreading.py index 8944d48..e9732cd 100644 --- a/test/unit/test_multithreading.py +++ b/test/unit/test_multithreading.py @@ -37,7 +37,7 @@ class ThreadTestCase(unittest.TestCase): self.got_args_kwargs.put((args, kwargs)) if item == 'sleep': - sleep(1) + sleep(.1) if item == 'go boom': raise Exception('I went boom!') |
