Skip to content

Commit

Permalink
Change level of parallelism and enable parallelization of put get whe…
Browse files Browse the repository at this point in the history
…n running other tests
  • Loading branch information
sfc-gh-pbulawa committed Nov 9, 2023
1 parent 22d32dd commit 5ec32cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Snowflake.Data.Tests/IntegrationTests/SFPutGetTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Snowflake.Data.Tests.IntegrationTests
using Snowflake.Data.Core.FileTransfer;

[TestFixture]
[Parallelizable(ParallelScope.Children)]
class SFPutGetTest : SFBaseTest
{
private const int NumberOfRows = 4;
Expand Down
2 changes: 1 addition & 1 deletion Snowflake.Data.Tests/SFBaseTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using Snowflake.Data.Client;
using Snowflake.Data.Tests.Util;

[assembly:LevelOfParallelism(10)]
[assembly:LevelOfParallelism(100)]

namespace Snowflake.Data.Tests
{
Expand Down

0 comments on commit 5ec32cf

Please sign in to comment.