diff --git a/PythonAPI/examples/tutorial.py b/PythonAPI/examples/tutorial.py index c7e103aa4..5655ef58f 100644 --- a/PythonAPI/examples/tutorial.py +++ b/PythonAPI/examples/tutorial.py @@ -36,7 +36,7 @@ def main(): # to the simulator. Here we'll assume the simulator is accepting # requests in the localhost at port 2000. client = carla.Client('localhost', 2000) - client.set_timeout(5.0) + client.set_timeout(2.0) # Once we have a client we can retrieve the world that is currently # running. diff --git a/Unreal/CarlaUE4/CarlaUE4.uproject b/Unreal/CarlaUE4/CarlaUE4.uproject index f859fa2f0..6f1b23c64 100644 --- a/Unreal/CarlaUE4/CarlaUE4.uproject +++ b/Unreal/CarlaUE4/CarlaUE4.uproject @@ -1,6 +1,6 @@ { "FileVersion": 3, - "EngineAssociation": "{AFEA611D-4870-D6FA-3535-97AE4FF017A2}", + "EngineAssociation": "4.24", "Category": "", "Description": "", "Modules": [