|
|
@@ -4,5 +4,4 @@ To pass the last test you might find the
|
|
4
|
4
|
|
|
5
|
5
|
Problems arising from running code concurrently are often intermittent because they depend on the order the code is
|
|
6
|
6
|
executed. Therefore the last test runs many [threads](https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html)
|
|
7
|
|
-several times to increase the chances of catching a bug. This means the last test might take a while to run,
|
|
8
|
|
-though it shouldn't take more than a couple of minutes.
|
|
|
7
|
+several times to increase the chances of catching a bug.
|