Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/profiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/profiles.py')
-rw-r--r--archinstall/lib/profiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py
index cd408d52..a7b2603c 100644
--- a/archinstall/lib/profiles.py
+++ b/archinstall/lib/profiles.py
@@ -25,7 +25,7 @@ def list_profiles(filter_irrelevant_macs=True, subpath=''):
for PATH_ITEM in storage['PROFILE_PATH']:
import time
print('Walking:', os.path.abspath(os.path.expanduser(PATH_ITEM+subpath)))
- time.sleep(10)
+ time.sleep(3)
for root, folders, files in os.walk(os.path.abspath(os.path.expanduser(PATH_ITEM+subpath))):
for file in files:
if os.path.splitext(file)[1] == '.py':