Skip to content

Commit dd7a382

Browse files
Merge branch '26.eap' into santo/26.eap11/user-agent-os1
2 parents e716cf2 + 70612c7 commit dd7a382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starboard/nplb/posix_compliance/posix_thread_attr_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace nplb {
2121
namespace {
2222

23-
constexpr int kStackSize = 4 * 1024 * 1024;
23+
constexpr int kStackSize = 1 * 1024 * 1024;
2424

2525
TEST(PosixThreadAttrTest, InitAttr) {
2626
pthread_attr_t attr;

0 commit comments

Comments
 (0)