This repository was archived by the owner on Apr 22, 2020. It is now read-only.
Commit bebd9c3
Try to be more aggressive when shutting the test pool down (#434)
Test failures on travis often happen when the pool did not shutdown in time and the test frameworks complains about leaked threads.
Try to wait for task termination first before returning control to the test framework.1 parent c3ec2d4 commit bebd9c3
File tree
1 file changed
+8
-0
lines changed- tests/src/test/java/org/neo4j/graphalgo/core/utils
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
272 | 279 | | |
| 280 | + | |
273 | 281 | | |
274 | 282 | | |
275 | 283 | | |
| |||
0 commit comments