Reduce concurrency for cloud runner because volume claims are more restricted there

This commit is contained in:
Ben 2025-05-14 15:40:22 +02:00
parent 18b1f73025
commit c3f3ef3f96
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -1,6 +1,6 @@
using NUnit.Framework;
[assembly: LevelOfParallelism(10)]
[assembly: LevelOfParallelism(2)]
namespace CodexReleaseTests
{
}