diff options
Diffstat (limited to 'cbc/environment.py')
-rwxr-xr-x | cbc/environment.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cbc/environment.py b/cbc/environment.py index 34d77b2..ef8f7cf 100755 --- a/cbc/environment.py +++ b/cbc/environment.py @@ -24,7 +24,6 @@ class Environment(object): temp_prefix = os.path.basename(os.path.splitext(__name__)[0])
tempdir = TemporaryDirectory(prefix=temp_prefix, dir=self.cbchome)
self.working_dir = tempdir.name
- time.sleep(10)
self.config['meta'] = self.join('meta.yaml')
self.config['build'] = self.join('build.sh')
self.config['build_windows'] = self.join('bld.bat')
|