From 830c9a1f8642763b3e2b8a0a9a8699b92a6744ae Mon Sep 17 00:00:00 2001 From: bernat Date: Thu, 10 Jun 2021 09:53:52 +0200 Subject: [PATCH] More time out for the smoke test --- PythonAPI/test/smoke/test_spawnpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonAPI/test/smoke/test_spawnpoints.py b/PythonAPI/test/smoke/test_spawnpoints.py index e9c01e007..cbcacb35a 100644 --- a/PythonAPI/test/smoke/test_spawnpoints.py +++ b/PythonAPI/test/smoke/test_spawnpoints.py @@ -32,7 +32,7 @@ class TestSpawnpoints(SyncSmokeTest): no_rendering_mode=False, synchronous_mode=True, fixed_delta_seconds=0.05) - self.world.apply_settings(settings) + self.world.apply_settings(settings, 30) # spawn all kind of vehicle for vehicle in blueprints: