Skip to content

Commit 5446c7d

Browse files
committed
Increase dbg size threshold in stirling_wrapper_size_test
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 8a5961e commit 5446c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stirling/e2e_tests/stirling_wrapper_size_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace stirling {
3030
#ifdef __OPTIMIZE__
3131
constexpr uint64_t kFileSizeLimitMB = 118;
3232
#else
33-
constexpr uint64_t kFileSizeLimitMB = 310;
33+
constexpr uint64_t kFileSizeLimitMB = 325;
3434
#endif
3535

3636
TEST(StirlingWrapperSizeTest, ExecutableSizeLimit) {

0 commit comments

Comments
 (0)