Skip to content
Snippets Groups Projects
Unverified Commit e979f17e authored by akwizgran's avatar akwizgran
Browse files

Execute test tasks in a deterministic order.

parent 42c00fb8
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public class PluginManagerImplTest extends BriarTestCase {
Mockery context = new Mockery() {{
setThreadingPolicy(new Synchroniser());
}};
final Executor ioExecutor = Executors.newCachedThreadPool();
final Executor ioExecutor = Executors.newSingleThreadExecutor();
final EventBus eventBus = context.mock(EventBus.class);
final SimplexPluginConfig simplexPluginConfig =
context.mock(SimplexPluginConfig.class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment