Skip to content

Commit 4a5ccab

Browse files
authored
chore: reduce fork count to 4 (#864)
Reducing fork count to 4 to check if that helps reduce the flakes.
1 parent 2b5f25c commit 4a5ccab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
</spanner.testenv.instance>
238238
</systemPropertyVariables>
239239
<forkedProcessTimeoutInSeconds>2400</forkedProcessTimeoutInSeconds>
240-
<forkCount>8</forkCount>
240+
<forkCount>4</forkCount>
241241
<reuseForks>true</reuseForks>
242242
</configuration>
243243
</plugin>

0 commit comments

Comments
 (0)