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:
committed by
Michał Janiszewski
parent
b9e9ddfc1c
commit
21e65934d6
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user