Skip to content

Commit

Permalink
Reduce memory for large testDeepScanLineBasic (#1347)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
  • Loading branch information
peterhillman committed Mar 3, 2023
1 parent e477e96 commit 0603cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/OpenEXRTest/testDeepScanLineBasic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ const int minY = 11;

namespace large
{
const int width = 10000;
const int height = 5000;
const int width = 5000;
const int height = 2500;
const int minX = -22;
const int minY = -12;
} // namespace large
Expand Down

0 comments on commit 0603cc2

Please sign in to comment.