Try fix random explosion test failures (#23158)

This commit is contained in:
Leon Friedrich
2023-12-28 22:23:41 -05:00
committed by GitHub
parent 4bc97c9594
commit c2c76c2035
2 changed files with 15 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ public sealed class ModularGrenadeTests : InteractionTest
}
// Grenade has exploded.
await RunTicks(5);
await RunTicks(30);
AssertDeleted();
}
}