Skip to content

Commit 9629d68

Browse files
committed
restore thread count
1 parent 6327bc8 commit 9629d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testthreadexecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class TestThreadExecutor : public TestFixture {
8686
}
8787

8888
void many_threads() {
89-
check(8, 100, 100,
89+
check(16, 100, 100,
9090
"int main()\n"
9191
"{\n"
9292
" char *a = malloc(10);\n"

0 commit comments

Comments
 (0)