1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Change number of launches in multilaunch test to 3

[ci skip]
This commit is contained in:
Michał Janiszewski
2017-06-24 09:54:24 +02:00
committed by Michał Janiszewski
parent b9e9ddfc1c
commit 21e65934d6

View File

@@ -23,7 +23,7 @@ TEST(MultiLaunchTest, all)
gOpenRCT2Headless = true;
core_init();
for (int i = 0; i < 10; i++)
for (int i = 0; i < 3; i++)
{
auto context = CreateContext();
bool initialised = context->Initialise();