We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e80812 commit aa81b35Copy full SHA for aa81b35
nebula/controller.py
@@ -67,7 +67,7 @@ class NebulaEventHandler(PatternMatchingEventHandler):
67
def __init__(self):
68
super(NebulaEventHandler, self).__init__()
69
self.last_processed = {}
70
- self.timeout_ns = 10 * 1e9
+ self.timeout_ns = 5 * 1e9
71
self.processing_files = set()
72
self.lock = threading.Lock()
73
nebula/frontend/app.py
@@ -1106,7 +1106,7 @@ async def run_scenarios(data, role):
1106
finish_scenario_event.clear()
1107
scenarios_finished = scenarios_finished + 1
1108
stop_scenario(scenario_name)
1109
- await asyncio.sleep(1)
+ await asyncio.sleep(5)
1110
1111
1112
@app.post("/nebula/dashboard/deployment/run")
0 commit comments