Spaces:
Runtime error
Runtime error
fix phase2 timeout
Browse files- inference.py +1 -1
inference.py
CHANGED
|
@@ -91,4 +91,4 @@ except Exception:
|
|
| 91 |
)
|
| 92 |
|
| 93 |
# Allow validator reset calls (important)
|
| 94 |
-
time.sleep(
|
|
|
|
| 91 |
)
|
| 92 |
|
| 93 |
# Allow validator reset calls (important)
|
| 94 |
+
time.sleep(120)
|