Skip to content

Commit

Permalink
reduced dataman sz test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Mar 25, 2022
1 parent 26b9ce3 commit e7fa9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/adios2/engine/dataman/TestDataMan2DSz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ TEST_F(DataManEngineTest, 2D_Sz)
Dims start = {0, 0};
Dims count = {10, 10};

size_t steps = 5000;
size_t steps = 50;
adios2::Params engineParams = {
{"IPAddress", "127.0.0.1"}, {"Port", "12330"}, {"Verbose", "0"}};

Expand Down

0 comments on commit e7fa9ac

Please sign in to comment.