Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
b92e3be
1
Parent(s):
afbb45c
debug
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ try:
|
|
51 |
try:
|
52 |
subprocess.Popen(["/app/startup.sh"])
|
53 |
# Wait for text2vec-transformers and Weaviate DB to initialize.
|
54 |
-
time.sleep(
|
55 |
except Exception as e:
|
56 |
emsg = str(e)
|
57 |
logger.ERROR(f"### subprocess.run EXCEPTION. e: {emsg}")
|
|
|
51 |
try:
|
52 |
subprocess.Popen(["/app/startup.sh"])
|
53 |
# Wait for text2vec-transformers and Weaviate DB to initialize.
|
54 |
+
time.sleep(120)
|
55 |
except Exception as e:
|
56 |
emsg = str(e)
|
57 |
logger.ERROR(f"### subprocess.run EXCEPTION. e: {emsg}")
|