diff --git a/LibCarla/source/carla/trafficmanager/Constants.h b/LibCarla/source/carla/trafficmanager/Constants.h index d38b2a753..e72eb8673 100644 --- a/LibCarla/source/carla/trafficmanager/Constants.h +++ b/LibCarla/source/carla/trafficmanager/Constants.h @@ -21,6 +21,7 @@ namespace Networking { static const uint64_t MIN_TRY_COUNT = 20u; static const unsigned short TM_DEFAULT_PORT = 8000u; static const int64_t TM_TIMEOUT = 2000; // ms +const int64_t TM_WAIT_FOR_TICK_TIMEOUT = 200000; } // namespace Networking namespace VehicleRemoval {